mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
refs #452, moved global reader settings into settings directory
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a8a26bc281
commit
33330394a9
@@ -24,8 +24,10 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
DEFINES += LOG_IN_FILE BUILD_BLACKCORE_LIB
|
||||
|
||||
HEADERS += *.h
|
||||
$$PWD/settings/*.h
|
||||
HEADERS += $$PWD/settings/*.h
|
||||
|
||||
SOURCES += *.cpp
|
||||
SOURCES += $$PWD/settings/*.cpp
|
||||
|
||||
LIBS *= -lvatlib2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user