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

@@ -11,7 +11,7 @@ CONFIG += staticlib c++11
INCLUDEPATH += ..
DEPENDPATH += . ..
LIBS += -L../../lib -lblackmisc -lblacksound
LIBS += -L../../lib -lblacksound -lblackmisc
# linux-g++* { QMAKE_CXXFLAGS += -std=c++0x }
# PRECOMPILED_HEADER = stdpch.h