mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Fixed LIBS order, as I have run into gcc "undefined reference to" issued
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user