mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 17:53:23 +08:00
Fixed LIBS order, as I have run into gcc "undefined reference to" issued
This commit is contained in:
@@ -14,7 +14,7 @@ INCLUDEPATH += . ../../src
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
LIBS += -L../../lib -lblackcore -lblackmisc
|
||||
LIBS += -L../../lib -lblackcore -lblacksound -lblackmisc
|
||||
LIBS += -lvatlib
|
||||
|
||||
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
|
||||
Reference in New Issue
Block a user