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