smf/smfservermodule/smfclient/smfclient.pro
changeset 11 fa1596340710
parent 10 77a56c951f86
child 14 a469c0e6e7fb
--- a/smf/smfservermodule/smfclient/smfclient.pro	Fri May 21 15:45:10 2010 +0100
+++ b/smf/smfservermodule/smfclient/smfclient.pro	Fri May 21 16:43:17 2010 +0100
@@ -13,6 +13,11 @@
 include(client/client.pri)
 include(common/common.pri)
 
+!symbian {
+    include(../../desktop.pri)
+    LIBS += -lqjson
+}
+
 # Private Headers
 HEADERS += $$PUBLIC_HEADERS \
     $$PRIVATE_HEADERS
@@ -28,8 +33,5 @@
     TARGET.EPOCALLOWDLLDATA = 1
     SOURCES += smfclient_reg.rss
     LIBS += -lqjson.dll
-} else {
-    INCLUDEPATH += ../util/qjson/src
-    LIBS += -L../util/qjson/lib -lqjson
-}
+}