vdr-streamdev-client/vlc-vdr.pro
2025-02-15 07:42:24 +01:00

19 lines
255 B
Prolog

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4) : QT += widgets
SOURCES += \
main.cpp \
player_gui.cpp
LIBS += -lcurl -lvlc
DEFINES += CURL_STATICLIB VLC_STATICLIB
HEADERS += \
player_gui.h
#CONFIG+= static
FORMS += \
player_gui.ui