This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.

21 lines
568 B
Plaintext

RESOURCES += ../resources/resources.qrc
include(../../common/common.pri)
CONFIG += testcase
QT += testlib
QMAKE_LFLAGS_RPATH=
QMAKE_LFLAGS += "-Wl,-rpath,\'$${top_srcdir}/libnymea-remoteproxy\':'$${top_srcdir}/libnymea-remoteproxyclient\'"
INCLUDEPATH += $${PWD} $$top_srcdir/libnymea-remoteproxy $$top_srcdir/libnymea-remoteproxyclient
LIBS += -L$$top_builddir/libnymea-remoteproxy/ -lnymea-remoteproxy \
-L$$top_builddir/libnymea-remoteproxyclient/ -lnymea-remoteproxyclient \
HEADERS += \
$${PWD}/basetest.h
SOURCES += \
$${PWD}/basetest.cpp