Update install directory for tests
parent
ec9e32cae0
commit
f58f0f3868
|
|
@ -1 +1 @@
|
||||||
usr/bin/nymea-remoteproxy-tunnelproxy-tests
|
/usr/share/tests/nymea-remoteproxy/*
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@ include(../testbase/testbase.pri)
|
||||||
CONFIG += testcase
|
CONFIG += testcase
|
||||||
QT += testlib
|
QT += testlib
|
||||||
|
|
||||||
TARGET = nymea-remoteproxy-tunnelproxy-tests
|
TARGET = tunnelproxy
|
||||||
|
|
||||||
HEADERS += remoteproxyteststunnelproxy.h
|
HEADERS += remoteproxyteststunnelproxy.h
|
||||||
|
|
||||||
SOURCES += remoteproxyteststunnelproxy.cpp
|
SOURCES += remoteproxyteststunnelproxy.cpp
|
||||||
|
|
||||||
target.path = $$[QT_INSTALL_PREFIX]/bin
|
target.path = $$[QT_INSTALL_PREFIX]/share/tests/nymea-remoteproxy/
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue