Merge pull request #489 from martinrotter/test-direct-libs-unix
Update rssguard.pro
This commit is contained in:
commit
5b6e015384
@ -45,7 +45,7 @@ INCLUDEPATH += $$PWD/../librssguard \
|
||||
DEPENDPATH += $$PWD/../librssguard
|
||||
|
||||
win32: LIBS += -L$$OUT_PWD/../librssguard/ -llibrssguard
|
||||
unix: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
|
||||
unix: LIBS += $$OUT_PWD/../librssguard/librssguard.so
|
||||
os2: LIBS += -L$$OUT_PWD/../librssguard/ -lrssguard
|
||||
|
||||
win32 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user