-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
4.7.3
-
None
-
Linux 2.6.32-33-generic #72-Ubuntu SMP Fri Jul 29 21:08:37 UTC 2011 i686 GNU/Linux
QMake version 2.01a
Using Qt version 4.7.3 in /home/grin/3_soft/QtSDK/Desktop/Qt/473/gcc/lib
-
b58a7aef17f87e5b9da24d219eeb390ed299bed1
Makefile generated by qmake (4.7.3 and 4.8.0) contains following instruction for coping deployment folders (qml):
copydeploymentfolders:
@echo Copying application data... && $(MKDIR) "/home/grin/1_work/3vi/qt_content/src/trunk/" && $(COPY_DIR) "/home/grin/1_work/3vi/qt_content/src/trunk/qml" "/home/grin/1_work/3vi/qt_content/src/trunk/" && $(MKDIR) "/home/grin/1_work/3vi/qt_content/src/trunk/" && $(COPY_DIR) "/home/grin/1_work/3vi/qt_content/src/trunk/settings" "/home/grin/1_work/3vi/qt_content/src/trunk/" && $(MKDIR) "/home/grin/1_work/3vi/qt_content/src/trunk/" && $(COPY_DIR) "/home/grin/1_work/3vi/qt_content/src/trunk/widgets" "/home/grin/1_work/3vi/qt_content/src/trunk/"
Details: source qml's dir is "/home/grin/1_work/3vi/qt_content/src/trunk/qml";
Application destination dir: "DESTDIR = ../../bin/" (as result "/home/grin/1_work/3vi/qt_content/bin"
1) I suppose, that source qml's dir shall be copied to $$(DESTDIR)/qml but it isn't that.
2) There is no way (qmake's variable) to configure destination dir for qml