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