
On Linux, the resulting shared library would have been called `liblib`, which is just dumb.
13 lines
311 B
Plaintext
13 lines
311 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/ -lcore
|
|
else:unix: LIBS += -L$$PWD/../bin/ -lcore
|
|
|
|
INCLUDEPATH += $$PWD/../core
|
|
DEPENDPATH += $$PWD/../core
|