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