summaryrefslogtreecommitdiffstats
path: root/examples/sql/masterdetail/masterdetail.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/masterdetail/masterdetail.pro')
-rw-r--r--examples/sql/masterdetail/masterdetail.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/sql/masterdetail/masterdetail.pro b/examples/sql/masterdetail/masterdetail.pro
new file mode 100644
index 0000000000..39d93ec017
--- /dev/null
+++ b/examples/sql/masterdetail/masterdetail.pro
@@ -0,0 +1,21 @@
+HEADERS = database.h \
+ dialog.h \
+ mainwindow.h
+RESOURCES = masterdetail.qrc
+SOURCES = dialog.cpp \
+ main.cpp \
+ mainwindow.cpp
+
+QT += sql
+QT += xml
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/masterdetail
+sources.files = $$SOURCES *.h $$RESOURCES $$FORMS masterdetail.pro *.xml images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/masterdetail
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000D7CF
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}