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