smf/desktop.pri
author James Aley <jamesa@symbian.org>
Mon, 07 Jun 2010 11:43:45 +0100
changeset 13 b5d63d5fc252
parent 11 fa1596340710
permissions -rw-r--r--
Basic functionality on desktop server build. Started a test for GetServices

# Set up destination and link variables 

!symbian {
    DESTDIR = $$PWD/../bin

    INCLUDEPATH += $$PWD/smfservermodule/util/qjson/src
    LIBS += -L$$PWD/../bin -Wl,-rpath,$$PWD/../bin
}