smf/desktop.pri
author cgandhi
Thu, 16 Sep 2010 11:15:30 +0530
changeset 22 b2eb79881f9d
parent 11 fa1596340710
permissions -rw-r--r--
removing redundant armcc options

# Set up destination and link variables 

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

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