-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFluentCSRM.pro
47 lines (35 loc) · 1.35 KB
/
FluentCSRM.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
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
RC_FILE += Uac/res.rc
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
Sources/BaseScrollpage.cpp \
Sources/T_Deploy.cpp \
Sources/T_FormatHelp.cpp \
Sources/T_Home.cpp \
Sources/W_DragFrame.cpp \
main.cpp \
FluentHiper.cpp
HEADERS += \
Headers/BaseInclude.h \
Headers/BaseScrollpage.h \
FluentHiper.h \
Headers/T_Deploy.h \
Headers/T_FormatHelp.h \
Headers/T_Home.h \
Headers/W_DragFrame.h
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
win32: LIBS += -L$$PWD/ElaWidgetTools/build/Desktop_Qt_6_7_1_MinGW_64_bit-Release/ -lelawidgettools
INCLUDEPATH += $$PWD/ElaWidgetTools/src/include
DEPENDPATH += $$PWD/ElaWidgetTools/src/include
win32:!win32-g++: PRE_TARGETDEPS += $$PWD/ElaWidgetTools/build/Desktop_Qt_6_7_1_MinGW_64_bit-Release/elawidgettools.lib
else:win32-g++: PRE_TARGETDEPS += $$PWD/ElaWidgetTools/build/Desktop_Qt_6_7_1_MinGW_64_bit-Release/libelawidgettools.a
DISTFILES +=
RESOURCES += \
Resource.qrc