akashi-esquizolandia/tests/tests_common.pri
Cerapter 8d384d7d85 Relocate test output to bin/.
The executables couldn't be run without the libraries next to them.
2021-04-26 21:12:13 +02:00

13 lines
307 B
Plaintext

QT += network websockets core sql testlib
CONFIG += qt console warn_on depend_includepath testcase no_testcase_installs
CONFIG -= app_bundle
DESTDIR = $$PWD/../bin_tests
win32: LIBS += -L$$PWD/../bin/ -llib
else:unix: LIBS += -L$$PWD/../bin/ -llib
INCLUDEPATH += $$PWD/../lib
DEPENDPATH += $$PWD/../lib