summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-05 13:55:47 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-09 21:20:13 +0200
commit62adb921643fbbf75fb506dbdedce5c316ee2074 (patch)
tree368ef2374369c6610faeedb7b422920c19cfe26d
parentc0621591831b2023558ef62a5d3f874e1c82f9e7 (diff)
downloadqtgraphicaleffects-62adb921643fbbf75fb506dbdedce5c316ee2074.tar.gz
switch to new way of generating forwarding module pris
we really need a qt_qml_module.prf file for such things ... Change-Id: I9c39d402e0e0e1db1a97d61d323d69855d87eab6 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-rw-r--r--src/effects/effects.pro10
-rw-r--r--sync.profile3
2 files changed, 9 insertions, 4 deletions
diff --git a/src/effects/effects.pro b/src/effects/effects.pro
index c192fbc..cea5382 100644
--- a/src/effects/effects.pro
+++ b/src/effects/effects.pro
@@ -13,4 +13,12 @@ OTHER_FILES = *.qml \
INSTALLS += plugin
-
+MODULE = graphical_effects
+MODULE_PRI = $$section(PWD, /, 0, -3)/modules/qt_graphical_effects.pri
+MODULE_BASE_DIR = $$section(PWD, /, 0, -3)
+MODULE_BASE_OUTDIR = $$section(OUT_PWD, /, 0, -3)
+MODULE_PROFILE_DIR = $$MODULE_BASE_DIR
+MODULE_QMAKE_OUTDIR = $$MODULE_BASE_OUTDIR
+load(qt_module_fwdpri)
+CONFIG += qt_no_install_library
+load(qt_installs)
diff --git a/sync.profile b/sync.profile
index 015705a..53343b3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -7,9 +7,6 @@
);
%mastercontent = (
);
-%modulepris = (
- "QtGraphicalEffects" => "$basedir/modules/qt_graphical_effects.pri",
-);
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values: