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

@@ -9,6 +9,8 @@ CONFIG += staticlib c++11
INCLUDEPATH += ..
DEPENDPATH += . ..
LIBS += -L../../lib -lblackmisc
# PRECOMPILED_HEADER = stdpch.h
precompile_header:!isEmpty(PRECOMPILED_HEADER) {
DEFINES += USING_PCH