forked from pypt/fervor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFervor.pri
41 lines (30 loc) · 814 Bytes
/
Fervor.pri
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
QT += core gui webkit network
DEFINES += FV_APP_NAME=\\\"$$TARGET\\\"
DEFINES += FV_APP_VERSION=\\\"$$VERSION\\\"
# FIXME unit tests
#DEFINES += FV_DEBUG=1
#DEPENDPATH += "$$PWD/tests/"
#INCLUDEPATH += "$$PWD/tests/"
#CONFIG += qtestlib
#SOURCES += tests/fvversioncomparatortest.cpp
#HEADERS += tests/fvversioncomparatortest.h
DEPENDPATH += "$$PWD"
INCLUDEPATH += "$$PWD"
SOURCES += fvupdatewindow.cpp \
fvupdater.cpp \
fvversioncomparator.cpp \
fvplatform.cpp \
fvignoredversions.cpp \
fvavailableupdate.cpp \
fvupdateconfirmdialog.cpp
HEADERS += fvupdatewindow.h \
fvupdater.h \
fvversioncomparator.h \
fvplatform.h \
fvignoredversions.h \
fvavailableupdate.h \
fvupdateconfirmdialog.h
FORMS += fvupdatewindow.ui \
fvupdateconfirmdialog.ui
TRANSLATIONS += fervor_lt.ts
CODECFORTR = UTF-8