Fixed LIBS order, as I have run into gcc "undefined reference to" issued

This commit is contained in:
Klaus Basan
2014-02-26 14:33:15 +01:00
parent 5a16052e30
commit 1b846f44c8
7 changed files with 15 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ INCLUDEPATH += . ../../src
SOURCES += *.cpp
HEADERS += *.h
LIBS += -L../../lib -lblackcore -lblackmisc -lblacksound
LIBS += -L../../lib -lblackcore -lblacksound -lblackmisc
LIBS += -lvatlib
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib \