summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/4_headers/4_headers.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/4_headers/4_headers.pro')
-rwxr-xr-xexamples/tutorials/modelview/4_headers/4_headers.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/4_headers/4_headers.pro b/examples/tutorials/modelview/4_headers/4_headers.pro
new file mode 100755
index 0000000000..d3004e39d2
--- /dev/null
+++ b/examples/tutorials/modelview/4_headers/4_headers.pro
@@ -0,0 +1,16 @@
+TARGET = mv_headers
+
+TEMPLATE = app
+
+SOURCES += main.cpp \
+ mymodel.cpp
+
+HEADERS += mymodel.h
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/4_headers
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 4_headers.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/4_headers
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)