summaryrefslogtreecommitdiffstats
path: root/examples/uitools/multipleinheritance/multipleinheritance.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-13 14:38:26 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-13 20:11:40 +0200
commitf9748f8cce6ed5dc202c0d3cda76dc640f38b305 (patch)
tree3874e51a4f922dde9eb46a8ffe35d5bd9d9e9450 /examples/uitools/multipleinheritance/multipleinheritance.pro
parente3990c358a5ffa0f43ab3ded018f29e468697841 (diff)
Remove uilib and QtUiTools from QtBase
The code gets moved into the qttools repository, where it belongs naturally. Change-Id: Ia50bfe212ead3365d5c3bcb24d2c5e92e2e9de8e
Diffstat (limited to 'examples/uitools/multipleinheritance/multipleinheritance.pro')
-rw-r--r--examples/uitools/multipleinheritance/multipleinheritance.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/uitools/multipleinheritance/multipleinheritance.pro b/examples/uitools/multipleinheritance/multipleinheritance.pro
deleted file mode 100644
index 7e64967416..0000000000
--- a/examples/uitools/multipleinheritance/multipleinheritance.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-#! [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
-