summaryrefslogtreecommitdiffstats
path: root/examples/declarative-systeminfo/network
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-03-18 19:46:35 +1000
committerAlex <qt-info@nokia.com>2011-03-18 19:46:35 +1000
commit3e5b04af41cd2f83b9f6a1a1c00126f9599bd54f (patch)
treeb1ddb7bf4323aecc59488cb101f866ee1d1cade5 /examples/declarative-systeminfo/network
parent224cab94845c0b38ba6622e077d4ead8e047c16e (diff)
cleanup of project file overhead among qml based examples
Diffstat (limited to 'examples/declarative-systeminfo/network')
-rw-r--r--examples/declarative-systeminfo/network/deployment.pri8
-rw-r--r--examples/declarative-systeminfo/network/network.pro7
2 files changed, 3 insertions, 12 deletions
diff --git a/examples/declarative-systeminfo/network/deployment.pri b/examples/declarative-systeminfo/network/deployment.pri
deleted file mode 100644
index f957d4324f..0000000000
--- a/examples/declarative-systeminfo/network/deployment.pri
+++ /dev/null
@@ -1,8 +0,0 @@
-# Deployment rules: which files to deploy along with the C++ project
-# Particularly important for Symbian (so that files end up in .sis package)
-qmlnetworkinfo_src = $$PWD
-symbian {
- load(data_caging_paths)
-}
-qmlnetworkinfo_files.sources = $$qmlnetworkinfo_src/wifi.qml $$qmlnetworkinfo_src/images
-DEPLOYMENT += qmlnetworkinfo_files
diff --git a/examples/declarative-systeminfo/network/network.pro b/examples/declarative-systeminfo/network/network.pro
index 1e10ab6ef6..2c9987d0de 100644
--- a/examples/declarative-systeminfo/network/network.pro
+++ b/examples/declarative-systeminfo/network/network.pro
@@ -1,9 +1,8 @@
-include($$PWD/deployment.pri)
-include($$PWD/../declarative-systeminfo.pri)
-
+include(../../mobility_examples.pri)
QT += declarative
-SOURCES += $$PWD/qmlnetwork.cpp
+SOURCES += qmlnetwork.cpp
TARGET = qml_networkinfo
+TEMPLATE = app
win32 {
#required by Qt SDK to resolve Mobility libraries