smf/desktop.pri
changeset 11 fa1596340710
equal deleted inserted replaced
10:77a56c951f86 11:fa1596340710
       
     1 # Set up destination and link variables 
       
     2 
       
     3 !symbian {
       
     4     DESTDIR = $$PWD/../bin
       
     5 
       
     6     INCLUDEPATH += $$PWD/smfservermodule/util/qjson/src
       
     7     LIBS += -L$$PWD/../bin -Wl,-rpath,$$PWD/../bin
       
     8 }