summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/designer.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/designer.prf')
-rw-r--r--mkspecs/features/designer.prf7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkspecs/features/designer.prf b/mkspecs/features/designer.prf
new file mode 100644
index 0000000000..fa40caab3f
--- /dev/null
+++ b/mkspecs/features/designer.prf
@@ -0,0 +1,7 @@
+QT += xml
+contains(QT_CONFIG, script): QT += script
+qt:load(qt)
+
+plugin:DEFINES += QDESIGNER_EXPORT_WIDGETS
+
+qtAddLibrary(QtDesigner)