-
Notifications
You must be signed in to change notification settings - Fork 0
/
SeniorProject.pro
64 lines (49 loc) · 1.27 KB
/
SeniorProject.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#-------------------------------------------------
#
# Project created by QtCreator 2013-08-26T21:56:10
#
#-------------------------------------------------
#define FILEVER 1.0.0
QT += multimedia multimediawidgets webkitwidgets
TARGET = SeniorProject
LIBS += -L"C:/OpenSSL-Win32/bin" -llibeay32
CONFIG += mobility c++11
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 0
DEFINES += "VERSION_MAJOR=$$VERSION_MAJOR"\
"VERSION_MINOR=$$VERSION_MINOR"\
"VERSION_BUILD=$$VERSION_BUILD"
VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}.$${VERSION_BUILD}
TARGET = spl
DEFINES += "VERSION=$$VERSION"
# Fervor autoupdater
!include("fervor/Fervor.pri") {
error("Unable to include Fervor autoupdater.")
}
RC_FILE = SPL.rc
TRANSLATIONS += Translations/spl_en-us.ts \
Translations/spl_es.ts \
Translations/spl_fr.ts
SOURCES += main.cpp \
seniorproject.cpp \
options.cpp \
run_programs.cpp \
program_buttons.cpp \
select_language.cpp \
window.cpp \
webbrowser.cpp \
about.cpp \
animation.cpp \
videoplayer_controls.cpp \
theming.cpp
HEADERS += seniorproject.h \
select_language.h \
about.h
FORMS += seniorproject.ui \
select_language.ui \
about.ui
RESOURCES += \
Pictures.qrc \
translations.qrc \
html.qrc