Skip to content
Snippets Groups Projects
Commit 6cd786cd authored by dt's avatar dt
Browse files

new QML Wizard: move qml files to the right level

By using a function, which we evaluate in the right context we end up
with the project tree we want
parent 26114a23
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,5 @@ symbian:ICON = symbianicon.svg
SOURCES += main.cpp
include(qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment(DEPLOYMENTFOLDERS)
......@@ -20,6 +20,7 @@ contains(DEFINES, QMLINSPECTOR) {
}
}
defineTest(qtcAddDeployment) {
for(deploymentfolder, DEPLOYMENTFOLDERS) {
item = item$${deploymentfolder}
itemsources = $${item}.sources
......@@ -85,3 +86,11 @@ symbian {
target.path = $${installPrefix}/bin
INSTALLS += desktopfile icon target
}
export (INSTALLS)
export (DEPLOYMENT)
export (TARGET.EPOCHEAPSIZE)
export (TARGET.CAPABILITY)
export (LIBS)
export (QMAKE_EXTRA_TARGETS)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment