1
0
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:
tianduanrui 2017-12-06 17:01:45 +08:00
parent e85d220b48
commit dc258c5fa8
2 changed files with 11 additions and 4 deletions

View File

@ -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!)
}

View File

@ -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 \