forked from ondra/colnod-connector
15 lines
307 B
Prolog
15 lines
307 B
Prolog
QT -= gui
|
|
QT += core sql network testlib
|
|
|
|
HEADERS += \
|
|
unittest.h
|
|
SOURCES += \
|
|
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
|