Files
DocumentServer-v-9.2.0/core/Common/3dParty/libvlc/test/test.pro
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

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