2020-11-21 18:19:28 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
|
$$PWD/Global.qrc
|
|
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
$$PWD/GlobalSetting.ui
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
$$PWD/GlobalSetting.h
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/GlobalSetting.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-09-15 09:07:38 +08:00
|
|
|
## Capture whether this is a release/debug build.
|
|
|
|
|
#CONFIG(debug, debug|release)
|
|
|
|
|
#{
|
|
|
|
|
# LIBS += -L$$DESTDIR -linternalsd
|
|
|
|
|
#}
|
|
|
|
|
#CONFIG(release, debug|release)
|
|
|
|
|
#{
|
|
|
|
|
# LIBS += -L$$DESTDIR -linternals
|
|
|
|
|
#}
|
2020-11-21 18:19:28 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|