summaryrefslogtreecommitdiffstats
path: root/examples/widgets/groupbox/groupbox.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/groupbox/groupbox.pro')
-rw-r--r--examples/widgets/groupbox/groupbox.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/groupbox/groupbox.pro b/examples/widgets/groupbox/groupbox.pro
new file mode 100644
index 0000000000..817ff26c41
--- /dev/null
+++ b/examples/widgets/groupbox/groupbox.pro
@@ -0,0 +1,11 @@
+HEADERS = window.h
+SOURCES = window.cpp \
+ main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/groupbox
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS groupbox.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/groupbox
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)