Skip to content
Snippets Groups Projects
Commit 292cec35 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

QML Wizard: Fix Fremantle install prefix.

/opt -> /opt/usr
parent 97e7c12e
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,10 @@ symbian {
}
} else:unix {
maemo5 {
installPrefix = /opt/usr
desktopfile.path = /usr/share/applications/hildon
} else {
installPrefix = /usr/local
desktopfile.path = /usr/share/applications
!isEqual(PWD,$$OUT_PWD) {
copyCommand = @echo Copying application data...
......@@ -69,7 +71,6 @@ symbian {
QMAKE_EXTRA_TARGETS += first copydeploymentfolders
}
}
installPrefix = /opt
for(deploymentfolder, DEPLOYMENTFOLDERS) {
item = item$${deploymentfolder}
itemfiles = $${item}.files
......
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