Files
core/Common/3dParty/libvlc/test/test.pro
Asethone a13e245d86 Updated test.pro for libvlc
+ Restored plugins cache for windows
2023-07-26 18:45:49 +04:00

20 lines
326 B
Prolog

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtvlc
TEMPLATE = app
PWD_ROOT_DIR = $$PWD
CORE_ROOT_DIR = $$PWD/../../../..
VLC_DIR = $$PWD/..
#CONFIG += apple_silicon
include($$VLC_DIR/../../base.pri)
include($$VLC_DIR/libvlc.pri)
HEADERS += player.h
SOURCES += main.cpp \
player.cpp