aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2015-12-08 19:05:29 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2015-12-09 08:39:12 +0000
commit9e48d208c629b92984ae34d725f2a6d91122c174 (patch)
treef8f110d9d116f21d27bfb9e8412acbb6ad00da7a /plugins
parent9ca0b519a13cf98528b66fe737c86139872c1649 (diff)
Adapt to Pelagicore "unbranded" Application-Manager API.
This change is dependent on commit 6768ec3 in the AM repo. Change-Id: I0404f4d26e105ba42171d56290eddf56d2faa5e5 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/datasource/datasource.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/datasource/datasource.pro b/plugins/datasource/datasource.pro
index 633cc59..0877426 100644
--- a/plugins/datasource/datasource.pro
+++ b/plugins/datasource/datasource.pro
@@ -34,10 +34,9 @@ OTHER_FILES = qmldir
}
qmldir.files = qmldir
-unix {
- installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
- qmldir.path = $$installPath
- target.path = $$installPath
- INSTALLS += target qmldir
-}
+installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
+qmldir.path = $$installPath
+target.path = $$installPath
+INSTALLS += target qmldir
+