-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstaller.pro
62 lines (54 loc) · 1.74 KB
/
Installer.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
QT += core gui uitools network
CONFIG += c++11
SOURCES += main.cpp \
dialog/OptionsDialog.cpp \
dialog/Splash.cpp \
dialog/download.cpp \
functions/DataShop/DataShop.cpp \
functions/GetSF.cpp \
functions/IO_File.cpp \
functions/argumentParser.cpp \
functions/devicedetector.cpp \
dialog/devNotes.cpp \
functions/getFiles.cpp \
functions/getFriendly.cpp \
functions/interface/Phone.cpp \
functions/interface/RecoveryInterface.cpp \
functions/interface/adbI.cpp \
functions/jsonparse.cpp \
functions/log/loggingSystem.cpp \
functions/parseDevices.cpp \
functions/parseRedirects.cpp \
functions/system.cpp \
get/get_codename.cpp \
get/get_device.cpp
HEADERS += \
dialog/OptionsDialog.hpp \
dialog/Splash.h \
dialog/download.hpp \
functions/DataShop/DataShop.hpp \
functions/GetSF.h \
functions/IO_File.h \
functions/argumentParser.hpp \
functions/devicedetector.h \
dialog/devNotes.h \
functions/getFiles.h \
functions/getFriendly.h \
functions/interface/Phone.hpp \
functions/interface/RecoveryInterface.hpp \
functions/interface/adbI.h \
functions/jsonparse.h \
functions/log/loggingSystem.hpp \
functions/parseDevices.h \
functions/parseRedirects.h \
functions/system.h \
get/get_codename.h \
get/get_device.h
RESOURCES += resources.qrc
LIBS += -lcurl
QMAKE_CXXFLAGS += -frtti
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
DISTFILES +=