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

Move deployment out of symbian scope

parent 55d9b988
No related branches found
No related tags found
No related merge requests found
...@@ -20,18 +20,19 @@ contains(DEFINES, QMLINSPECTOR) { ...@@ -20,18 +20,19 @@ contains(DEFINES, QMLINSPECTOR) {
} }
} }
for(deploymentfolder, DEPLOYMENTFOLDERS) {
item = item$${deploymentfolder}
itemsources = $${item}.sources
$$itemsources = $$eval($${deploymentfolder}.source)
itempath = $${item}.path
$$itempath= $$eval($${deploymentfolder}.target)
DEPLOYMENT += $$item
}
symbian { symbian {
ICON = cpp/symbianicon.svg ICON = cpp/symbianicon.svg
contains(DEFINES, ORIENTATIONLOCK):LIBS += -lavkon -leikcore -leiksrv -lcone contains(DEFINES, ORIENTATIONLOCK):LIBS += -lavkon -leikcore -leiksrv -lcone
contains(DEFINES, NETWORKACCESS):TARGET.CAPABILITY += NetworkServices contains(DEFINES, NETWORKACCESS):TARGET.CAPABILITY += NetworkServices
for(deploymentfolder, DEPLOYMENTFOLDERS) {
item = item$${deploymentfolder}
itemsources = $${item}.sources
$$itemsources = $$eval($${deploymentfolder}.source)
itempath = $${item}.path
$$itempath= $$eval($${deploymentfolder}.target)
DEPLOYMENT += $$item
}
} else:win32 { } else:win32 {
!isEqual(PWD,$$OUT_PWD) { !isEqual(PWD,$$OUT_PWD) {
copyCommand = @echo Copying application data... copyCommand = @echo Copying application data...
......
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