mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
12 lines
242 B
Prolog
12 lines
242 B
Prolog
TEMPLATE = app
|
|
TARGET = tst_keybuilder
|
|
|
|
CONFIG += testcase
|
|
QT += testlib network
|
|
|
|
LIBS += -Wl,-rpath,../../../src/certificate -L../../../src/certificate -lcertificate
|
|
INCLUDEPATH += ../../../src/certificate
|
|
|
|
SOURCES += tst_keybuilder.cpp
|
|
|