1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

use newer multi-link.

This commit is contained in:
tianduanrui 2019-03-02 23:02:00 +08:00
parent 76e71116c5
commit 7712ec1cfc
2 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit ab6e06d0cef455e72deecc8a3015b14922c3d829
Subproject commit 6a04999677491a88323f9c04a3f8357cdb50a242

View File

@ -141,11 +141,11 @@ contains(CONFIG, continue_build){
##project environ
#################################################################
#build
message($${TARGET} build obj dir $${OUT_PWD} $$OBJECTS_DIR)
message($${TARGET} build moc dir $${OUT_PWD} $$MOC_DIR)
message($${TARGET} build uih dir $${OUT_PWD} $$UI_DIR)
message($${TARGET} build rcc dir $${OUT_PWD} $$RCC_DIR)
message($${TARGET} build dst dir $${OUT_PWD} $$DESTDIR)
message($${TARGET} build obj dir $$add_host_path($${OUT_PWD}) $$OBJECTS_DIR)
message($${TARGET} build moc dir $$add_host_path($${OUT_PWD}) $$MOC_DIR)
message($${TARGET} build uih dir $$add_host_path($${OUT_PWD}) $$UI_DIR)
message($${TARGET} build rcc dir $$add_host_path($${OUT_PWD}) $$RCC_DIR)
message($${TARGET} build dst dir $$add_host_path($${OUT_PWD}) $$DESTDIR)
#default
message ($${TARGET} QT $${QT})
#message ($${TARGET} pre link $${QMAKE_PRE_LINK})