vdr-streamdev-client/vlc-vdr.pro

20 lines
255 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 += \
2025-02-15 07:32:07 +01:00
main.cpp \
2025-02-15 07:42:24 +01:00
player_gui.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 += \
2025-02-15 07:42:24 +01:00
player_gui.h
2025-02-15 07:32:46 +01:00
2025-02-15 07:40:16 +01:00
#CONFIG+= static
2025-02-15 07:42:24 +01:00
FORMS += \
player_gui.ui