smf/smfservermodule/tests/testsmfgetservices/testsmfgetservices.pro
changeset 18 013a02bf2bb0
parent 17 106a4bfcb866
child 19 c412f0526c34
equal deleted inserted replaced
17:106a4bfcb866 18:013a02bf2bb0
     1 # TestSmfGetServices
       
     2 
       
     3 TEMPLATE = app
       
     4 
       
     5 TARGET = testsmfgetservices
       
     6 
       
     7 QT += core \
       
     8       testlib
       
     9 
       
    10 SOURCES += ./testsmfgetservices.cpp
       
    11 
       
    12 LIBS += -lsmfclient
       
    13 
       
    14 !symbian {
       
    15     include(../../../desktop.pri)
       
    16     INCLUDEPATH += $$PWD/../../smfclient/client \
       
    17                    $$PWD/../../smfclient/common \
       
    18 }