summaryrefslogtreecommitdiffstats
path: root/examples/network/bearercloud/bearercloud.pro
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2009-12-22 02:17:58 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2009-12-22 03:53:28 (GMT)
commit0f31f63e11d4fcb2b399979de28368a89275b911 (patch)
tree81cd495848d4bc5e576350fc1f1a3c044d93a2da /examples/network/bearercloud/bearercloud.pro
parentc2c31f30830a4e1e455a13321dd7bae6ac8b360f (diff)
downloadQt-0f31f63e11d4fcb2b399979de28368a89275b911.zip
Qt-0f31f63e11d4fcb2b399979de28368a89275b911.tar.gz
Qt-0f31f63e11d4fcb2b399979de28368a89275b911.tar.bz2
Bearer Management Integration 1.
Diffstat (limited to 'examples/network/bearercloud/bearercloud.pro')
-rw-r--r--examples/network/bearercloud/bearercloud.pro30
1 files changed, 30 insertions, 0 deletions
diff --git a/examples/network/bearercloud/bearercloud.pro b/examples/network/bearercloud/bearercloud.pro
new file mode 100644
index 0000000..308ddda
--- /dev/null
+++ b/examples/network/bearercloud/bearercloud.pro
@@ -0,0 +1,30 @@
+HEADERS = bearercloud.h \
+ cloud.h
+
+SOURCES = main.cpp \
+ bearercloud.cpp \
+ cloud.cpp
+
+RESOURCES = icons.qrc
+
+TARGET = bearercloud
+
+QT = core gui network svg
+
+INCLUDEPATH += ../../src/bearer
+
+include(../examples.pri)
+
+qtAddLibrary(QtBearer)
+
+CONFIG += console
+
+include(../examples.pri)
+
+
+macx: {
+ contains(QT_CONFIG,qt_framework):LIBS += -framework QtBearer
+ INCLUDEPATH += ../../
+ contains(CONFIG, debug) {
+ }
+}