1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
This commit is contained in:
tianduanrui 2018-05-12 23:06:34 +08:00
parent 24ddbf5a0c
commit 94068720a7
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ isEmpty(QKIT_PRIVATE) {
contains (CONFIG, QQT_SOURCE_BUILDIN) {
#if you want to build src but not link QQt lib in your project
#if you don't want to modify Qt Creator's default build directory, this maybe a choice.
#notice: msvc, DLL_IMPORT macro is no problem to use in app + lib source?
include($${QQT_SOURCE_ROOT}/qqt_source.pri)
} else {
#if you want to link QQt library

View File

@ -75,6 +75,7 @@ contains(QKIT_PRIVATE, WIN32|WIN64 || iOS|iOSSimulator) {
DEFINES += QT_QTSOAP_STATIC_LIBRARY
DEFINES += BUILD_QDEVICEWATCHER_STATIC
DEFINES += QT_QTMMLWIDGET_STATIC_LIBRARY
DEFINES += QT_GUMBO_STATIC_LIBRARY
}
}