summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qwidgets/qwidgets.pro
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-24 03:40:11 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-24 03:40:11 (GMT)
commit941b44c2e36eeafe1acd1be5fd1cb27151db99d2 (patch)
treeb5ba03427d3379bbbbb1fd8bf032f3cf2a572d8a /examples/declarative/cppextensions/qwidgets/qwidgets.pro
parent0fb9856548bdf08c0f51536eaf994af189e62f8d (diff)
downloadQt-941b44c2e36eeafe1acd1be5fd1cb27151db99d2.zip
Qt-941b44c2e36eeafe1acd1be5fd1cb27151db99d2.tar.gz
Qt-941b44c2e36eeafe1acd1be5fd1cb27151db99d2.tar.bz2
Clean up project files for c++ examples
Diffstat (limited to 'examples/declarative/cppextensions/qwidgets/qwidgets.pro')
-rw-r--r--examples/declarative/cppextensions/qwidgets/qwidgets.pro12
1 files changed, 5 insertions, 7 deletions
diff --git a/examples/declarative/cppextensions/qwidgets/qwidgets.pro b/examples/declarative/cppextensions/qwidgets/qwidgets.pro
index 37f313d..c5f8bcf 100644
--- a/examples/declarative/cppextensions/qwidgets/qwidgets.pro
+++ b/examples/declarative/cppextensions/qwidgets/qwidgets.pro
@@ -1,21 +1,19 @@
TEMPLATE = lib
-DESTDIR = QWidgets
-TARGET = qwidgetsplugin
CONFIG += qt plugin
QT += declarative
+DESTDIR = QWidgets
+TARGET = qwidgetsplugin
+
SOURCES += qwidgets.cpp
sources.files += qwidgets.pro qwidgets.cpp qwidgets.qml
-
sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
-
target.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
INSTALLS += sources target
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
-
-symbian:{
+symbian {
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
TARGET.EPOCALLOWDLLDATA = 1
}