aboutsummaryrefslogtreecommitdiffstats
path: root/qmake-features/qmlplugin.prf
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-12-04 14:14:19 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2018-12-05 20:31:03 +0000
commitdaa5144ccc92c9060f712f7fccfe750966186f51 (patch)
tree54ca5d2f031837cf372918c5485c06f4b22dd84e /qmake-features/qmlplugin.prf
parent839bb32ea450ed2beb69a58b5928991cab1709e1 (diff)
Use the new appman qmake integration for packaging the apps
Fixes: AUTOSUITE-691 Change-Id: I9e7b2f8ce6443c72e44e63b50902a50c8654bf6f Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'qmake-features/qmlplugin.prf')
-rw-r--r--qmake-features/qmlplugin.prf23
1 files changed, 0 insertions, 23 deletions
diff --git a/qmake-features/qmlplugin.prf b/qmake-features/qmlplugin.prf
deleted file mode 100644
index 59b3895..0000000
--- a/qmake-features/qmlplugin.prf
+++ /dev/null
@@ -1,23 +0,0 @@
-# Add a long padded rpath, so the installer can replace it with a relative rpath
-QMAKE_RPATHDIR += "$$INSTALL_PREFIX/long_padding/long_padding/long_padding/long_padding/long_padding\
- long_padding/long_padding/long_padding/long_padding/long_padding/long_padding/"
-
-CONFIG += skip_target_version_ext
-TARGET = $$qtLibraryTarget($$TARGET)
-DESTDIR = $$OUT_PWD/imports/$$replace(uri, \\., /)
-
-OTHER_FILES = qmldir
-
-!equals(_PRO_FILE_PWD_, $$OUT_PWD) {
- copy_qmldir.target = $$replace(DESTDIR, /, $$QMAKE_DIR_SEP)$${QMAKE_DIR_SEP}qmldir
- copy_qmldir.depends = $$replace(_PRO_FILE_PWD_, /, $$QMAKE_DIR_SEP)$${QMAKE_DIR_SEP}qmldir
- copy_qmldir.commands = $(COPY_FILE) \"$$copy_qmldir.depends\" \"$$copy_qmldir.target\"
- QMAKE_EXTRA_TARGETS += copy_qmldir
- PRE_TARGETDEPS += $$copy_qmldir.target
-}
-
-qmldir.files = qmldir
-installPath = $$OUT_PWD/../install/imports/$$replace(uri, \\., /)
-qmldir.path = $$installPath
-target.path = $$installPath
-INSTALLS += target qmldir