19 lines
255 B
Prolog
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
|