diff --git a/multi-link b/multi-link index ab6e06d0..6a049996 160000 --- a/multi-link +++ b/multi-link @@ -1 +1 @@ -Subproject commit ab6e06d0cef455e72deecc8a3015b14922c3d829 +Subproject commit 6a04999677491a88323f9c04a3f8357cdb50a242 diff --git a/src/QQt.pro b/src/QQt.pro index 3c2dfda8..0f02dec5 100644 --- a/src/QQt.pro +++ b/src/QQt.pro @@ -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})