mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
10 lines
198 B
Prolog
10 lines
198 B
Prolog
TEMPLATE = app
|
|
TARGET = create_certificate
|
|
|
|
QT += network
|
|
|
|
LIBS += -Wl,-rpath,../../src/certificate -L../../src/certificate -lcertificate
|
|
INCLUDEPATH += ../../src/certificate
|
|
|
|
SOURCES = main.cpp
|