summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneclient/fortuneclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/fortuneclient/fortuneclient.pro')
-rw-r--r--examples/network/fortuneclient/fortuneclient.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/network/fortuneclient/fortuneclient.pro b/examples/network/fortuneclient/fortuneclient.pro
index 4765208..d7ad9d5 100644
--- a/examples/network/fortuneclient/fortuneclient.pro
+++ b/examples/network/fortuneclient/fortuneclient.pro
@@ -9,9 +9,8 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fortuneclient.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
INSTALLS += target sources
-include($$QT_SOURCE_TREE/examples/examplebase.pri)
-
symbian {
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
HEADERS += $$QT_SOURCE_TREE/examples/network/ftp/sym_iap_util.h
LIBS += -lesock
TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"