16 lines
217 B
Prolog
16 lines
217 B
Prolog
|
|
QT += core gui
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4) : QT += widgets
|
|
|
|
SOURCES += \
|
|
main.cpp \
|
|
player.cpp
|
|
|
|
LIBS += -lcurl -lvlc
|
|
DEFINES += CURL_STATICLIB VLC_STATICLIB
|
|
|
|
HEADERS += \
|
|
player.h
|
|
|
|
#CONFIG+= static
|