summaryrefslogtreecommitdiff
path: root/examples/script/context2d/context2d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/context2d/context2d.pro')
-rw-r--r--examples/script/context2d/context2d.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/script/context2d/context2d.pro b/examples/script/context2d/context2d.pro
index 6640c33..483f45b 100644
--- a/examples/script/context2d/context2d.pro
+++ b/examples/script/context2d/context2d.pro
@@ -14,7 +14,7 @@ SOURCES += qcontext2dcanvas.cpp \
main.cpp
RESOURCES += context2d.qrc
-contains(QT_CONFIG, scripttools): QT += scripttools
+qtHaveModule(scripttools): QT += scripttools
target.path = $$[QT_INSTALL_EXAMPLES]/script/context2d
INSTALLS += target