src/imports/qimportbase.pri
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/src/imports/qimportbase.pri	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/imports/qimportbase.pri	Wed Aug 18 10:37:55 2010 +0300
@@ -1,3 +1,4 @@
+symbian:include(../plugins/qpluginbase.pri)
 TEMPLATE = lib
 CONFIG += qt plugin
 
@@ -17,6 +18,8 @@
 copy2build.commands = $$QMAKE_COPY ${QMAKE_FILE_IN} ${QMAKE_FILE_OUT}
 copy2build.name = COPY ${QMAKE_FILE_IN}
 copy2build.CONFIG += no_link
+# `clean' should leave the build in a runnable state, which means it shouldn't delete qmldir
+copy2build.CONFIG += no_clean
 QMAKE_EXTRA_COMPILERS += copy2build
 
 TARGET = $$qtLibraryTarget($$TARGET)