mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
fix build error
This commit is contained in:
parent
d023404a7d
commit
f18adcc8ad
@ -1 +1 @@
|
||||
Subproject commit 0ba429ec5c74be85c6ae320fe78472932bbdef2d
|
||||
Subproject commit 45dc6a1f0ac826faa084e20112c07a8f43e95787
|
@ -46,6 +46,8 @@ contains(DEFINES, LIB_LIBRARY) {
|
||||
}
|
||||
|
||||
#static library宏的管理,一律放在头文件.pri
|
||||
#clean_target()
|
||||
#clean_sdk()
|
||||
|
||||
#################################################################
|
||||
##project version
|
||||
|
@ -413,7 +413,8 @@ defineTest(add_defines_QQt){
|
||||
##################################################################
|
||||
##include directories
|
||||
##################################################################
|
||||
#把QQt 源代码头文件路径加入进来 为搜索头文件而添加defineTest(add_include_QQt){
|
||||
#把QQt 源代码头文件路径加入进来 为搜索头文件而添加
|
||||
defineTest(add_include_QQt){
|
||||
#不为空,肯定是源码里的路径。 用于导出头文件
|
||||
header_path = $$1
|
||||
#如果参数1为空,那么是用SDK里的路径 用于链接时包含头文件
|
||||
|
Loading…
x
Reference in New Issue
Block a user