summaryrefslogtreecommitdiffstats
path: root/examples/widgets/gallery/gallery.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/gallery/gallery.pro')
-rw-r--r--examples/widgets/gallery/gallery.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/widgets/gallery/gallery.pro b/examples/widgets/gallery/gallery.pro
new file mode 100644
index 0000000000..38bf8d6d8e
--- /dev/null
+++ b/examples/widgets/gallery/gallery.pro
@@ -0,0 +1,10 @@
+QT += widgets
+requires(qtConfig(combobox))
+
+HEADERS = widgetgallery.h
+SOURCES = main.cpp \
+ widgetgallery.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/gallery
+INSTALLS += target