vdr-streamdev-client/vlc-vdr.pro

17 lines
217 B
Prolog
Raw Normal View History

2025-02-15 07:30:59 +01:00
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4) : QT += widgets
SOURCES += \
2025-02-15 07:32:07 +01:00
main.cpp \
player.cpp
2025-02-15 07:30:59 +01:00
2025-02-15 07:40:16 +01:00
LIBS += -lcurl -lvlc
2025-02-15 07:30:59 +01:00
DEFINES += CURL_STATICLIB VLC_STATICLIB
2025-02-15 07:32:07 +01:00
HEADERS += \
player.h
2025-02-15 07:32:46 +01:00
2025-02-15 07:40:16 +01:00
#CONFIG+= static