mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
update: add build condition tips
This commit is contained in:
parent
e85d220b48
commit
dc258c5fa8
11
src/qqt.pro
11
src/qqt.pro
@ -20,15 +20,22 @@
|
||||
TARGET = QQt
|
||||
TEMPLATE = lib
|
||||
|
||||
lessThan(QT_VERSION, 4.8.6) {
|
||||
message(A. ensure your compiler support c++11 feature)
|
||||
message(B. ensure Qt version > 4.8.5)
|
||||
error( error occured!)
|
||||
}
|
||||
|
||||
################################################
|
||||
##project config definition
|
||||
##need QKIT to compitible with some occasion
|
||||
################################################
|
||||
include ($$PWD/qqt_qkit.pri)
|
||||
|
||||
|
||||
isEmpty(QKIT_PRIVATE) {
|
||||
message(env variable QKIT is required!)
|
||||
message(pleace check qqt_qkit.pri)
|
||||
message(1. you should change qt default build directory to your-pc-build-station/%{CurrentProject:Name}/%{Qt:Version}/%{CurrentKit:FileSystemName}/%{CurrentBuild:Name})
|
||||
message(2. env variable QKIT is required! pleace check qqt_qkit.pri)
|
||||
error( error occured!)
|
||||
}
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#if you succeed with LibQQt, please thumb up.
|
||||
#2017年11月10日18:53:56
|
||||
#-------------------------------------------------
|
||||
SOURCES +=
|
||||
HEADERS +=
|
||||
SOURCES =
|
||||
HEADERS =
|
||||
|
||||
#root dir
|
||||
HEADERS += $$PWD/qqt.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user