summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/licensewizard/licensewizard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/dialogs/licensewizard/licensewizard.pro')
-rw-r--r--examples/widgets/dialogs/licensewizard/licensewizard.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/dialogs/licensewizard/licensewizard.pro b/examples/widgets/dialogs/licensewizard/licensewizard.pro
new file mode 100644
index 0000000000..c61325772e
--- /dev/null
+++ b/examples/widgets/dialogs/licensewizard/licensewizard.pro
@@ -0,0 +1,13 @@
+HEADERS = licensewizard.h
+SOURCES = licensewizard.cpp \
+ main.cpp
+RESOURCES = licensewizard.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/licensewizard
+sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/licensewizard
+INSTALLS += target sources
+
+QT += widgets printsupport
+simulator: warning(This example might not fully work on Simulator platform)