vdr-streamdev-client/vlc-vdr.pro

12 lines
189 B
Prolog
Raw Permalink Normal View History

2025-02-15 07:30:59 +01:00
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4) : QT += widgets
SOURCES += \
main.cpp
INCLUDEPATH += "."
win32:LIBS += -L"." -lcurl -llibvlc
DEFINES += CURL_STATICLIB VLC_STATICLIB