mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Changed interpolator (preliminary) to work with PQs and new classes, added stubs for unit tests in BlackCore
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
QT += core
|
||||
QT -= gui
|
||||
# GUI required for matrix classes
|
||||
QT += core gui
|
||||
|
||||
TARGET = sample_geo2ecef
|
||||
TEMPLATE = app
|
||||
@@ -8,11 +8,9 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
DEPENDPATH += . ../../src
|
||||
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
SOURCES += *.cpp
|
||||
|
||||
LIBS += -L../../lib -lblackcore -lblackmisc
|
||||
|
||||
win32: PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
@@ -21,6 +19,3 @@ else: PRE_TARGETDEPS += ../../lib/libblackmisc.a \
|
||||
../../lib/libblackcore.a
|
||||
|
||||
DESTDIR = ../../bin
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user