mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 01:35:45 +08:00
test_blackcore.pro includes externals.pri
removed TODO comments fixed mistake regarding backslash line continuations
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
include (../../externals.pri)
|
||||
|
||||
QT += core testlib dbus
|
||||
|
||||
TARGET = test_blackcore
|
||||
@@ -13,14 +15,11 @@ HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
LIBS += -L../../lib -lblackcore -lblackmisc
|
||||
LIBS += -L../../../vatlib -lvatlib
|
||||
LIBS += -lvatlib
|
||||
|
||||
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
../../lib/blackcore.lib \
|
||||
../../../vatlib/vatlib.lib
|
||||
../../lib/blackcore.lib
|
||||
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a \
|
||||
../../lib/libblackcore.a \
|
||||
../../../vatlib/libvatlib.a
|
||||
#TODO standardize dependency locations
|
||||
../../lib/libblackcore.a
|
||||
|
||||
DESTDIR = ../../bin
|
||||
|
||||
Reference in New Issue
Block a user