summaryrefslogtreecommitdiffstats
path: root/examples/uitools/multipleinheritance/multipleinheritance.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-13 14:43:51 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-13 20:17:56 +0200
commit37a8e98cd004601623476fc0a390fc156c0b52f5 (patch)
treebf0519ffae894eb2159443aba3b704ca27cb08f9 /examples/uitools/multipleinheritance/multipleinheritance.pro
parent7d0a7adede5166cf64ceb7b7826d2817d9f86e7d (diff)
Add QtUiTools and uilib
This code used to live in qtbase. It doesn't belong there however and since there are no dependencies in qtbase left that require it move it here. This significantly simplifies the build system with regards to the code in uilib. Change-Id: I41c8687bd071a1c253eb55594986f3e1424bc6cf Reviewed-on: http://codereview.qt-project.org/4830 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'examples/uitools/multipleinheritance/multipleinheritance.pro')
-rw-r--r--examples/uitools/multipleinheritance/multipleinheritance.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/uitools/multipleinheritance/multipleinheritance.pro b/examples/uitools/multipleinheritance/multipleinheritance.pro
new file mode 100644
index 000000000..7e6496741
--- /dev/null
+++ b/examples/uitools/multipleinheritance/multipleinheritance.pro
@@ -0,0 +1,19 @@
+#! [0]
+SOURCES = calculatorform.cpp main.cpp
+HEADERS = calculatorform.h
+FORMS = calculatorform.ui
+#! [0]
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/multipleinheritance
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/multipleinheritance
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000D7C1
+ CONFIG += qt_example
+}
+QT += widgets
+maemo5: CONFIG += qt_example
+