QT          += \
            core \
            gui \
            widgets \
            network

CONFIG      += \
            c++11 \
            static

LIBS        += \
            -lvlc

SOURCES     += \
            main.cpp \
            player_gui.cpp

HEADERS     += \
            player_gui.h

FORMS       += \
            player_gui.ui