summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/menus/menus.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mainwindows/menus/menus.pro')
-rw-r--r--examples/mainwindows/menus/menus.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/mainwindows/menus/menus.pro b/examples/mainwindows/menus/menus.pro
new file mode 100644
index 0000000000..7b0a2ecc88
--- /dev/null
+++ b/examples/mainwindows/menus/menus.pro
@@ -0,0 +1,9 @@
+HEADERS = mainwindow.h
+SOURCES = mainwindow.cpp \
+ main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/menus
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS menus.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/menus
+INSTALLS += target sources