40 lines
375 B
Plaintext
40 lines
375 B
Plaintext
|
|
|
|
RESOURCES += \
|
|
$$PWD/Global.qrc
|
|
|
|
FORMS += \
|
|
$$PWD/GlobalSetting.ui
|
|
|
|
HEADERS += \
|
|
$$PWD/GlobalSetting.h
|
|
|
|
SOURCES += \
|
|
$$PWD/GlobalSetting.cpp
|
|
|
|
|
|
|
|
|
|
## Capture whether this is a release/debug build.
|
|
#CONFIG(debug, debug|release)
|
|
#{
|
|
# LIBS += -L$$DESTDIR -linternalsd
|
|
#}
|
|
#CONFIG(release, debug|release)
|
|
#{
|
|
# LIBS += -L$$DESTDIR -linternals
|
|
#}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|