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

@@ -14,6 +14,8 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
DEFINES += LOG_IN_FILE
LIBS += -L../../lib -lblackmisc
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a