summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-07 19:09:19 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-11 13:36:10 +0200
commit7d58857484ed95813fe73eb6acb7c30781338775 (patch)
tree5ff416be5704a47cf86cd72388d804e96656bc72
parentf3fa41d4a98f49be8991f615d6d720779a2b5850 (diff)
follow rename of qt_module_config.prf to qt_module.prf
Change-Id: Id3cac6751c6896697725da460893ab9f4aaaa0bf Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
-rw-r--r--src/gallery/gallery.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallery/gallery.pro b/src/gallery/gallery.pro
index 762137c..88474cf 100644
--- a/src/gallery/gallery.pro
+++ b/src/gallery/gallery.pro
@@ -3,7 +3,7 @@ load(qt_build_config)
TARGET = QtAddOnGallery
QT = core
-load(qt_module_config)
+load(qt_module)
PUBLIC_HEADERS += \
qgalleryglobal.h \