vdr-streamdev-client/vlc-vdr.pro

23 lines
344 B
Prolog
Raw Permalink Normal View History

2025-02-15 07:43:27 +01:00
QT += \
core \
gui \
widgets \
network
2025-02-15 07:30:59 +01:00
2025-02-15 07:43:27 +01:00
CONFIG += \
c++11 \
static
2025-02-15 07:30:59 +01:00
2025-02-15 07:43:27 +01:00
LIBS += \
-lvlc
2025-02-15 07:30:59 +01:00
2025-02-15 07:43:27 +01:00
SOURCES += \
main.cpp \
player_gui.cpp
2025-02-15 07:30:59 +01:00
2025-02-15 07:43:27 +01:00
HEADERS += \
player_gui.h
2025-02-15 07:32:07 +01:00
2025-02-15 07:43:27 +01:00
FORMS += \
player_gui.ui