mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 22:30:41 +02:00
18 lines
444 B
Prolog
18 lines
444 B
Prolog
QT -= gui
|
|
QT += core sql network testlib
|
|
CONFIG += testcase # neccesary to have posibility to run: make check UnitTest
|
|
|
|
HEADERS += \
|
|
complextest.h \
|
|
unittest.h
|
|
SOURCES += \
|
|
complextest.cpp \
|
|
unittest.cpp
|
|
|
|
include(../../src/colnod/colnod.pri)
|
|
|
|
# Default rules for deployment.
|
|
qnx: target.path = /tmp/$${TARGET}/bin
|
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
!isEmpty(target.path): INSTALLS += target
|