contrib: qtvlcdeps: do not use entrypoint

It is not used and therefore not necessary.
This commit is contained in:
Fatih Uzunoglu 2024-04-04 21:25:24 +03:00 committed by Steve Lhomme
parent b264a7f21d
commit 865a825dd7
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ TEMPLATE = app
QT = core gui qml svg quick widgets quickcontrols2
QTPLUGIN = qsvgicon qsvg qjpeg qico
CONFIG -= entrypoint
win32 {
QTPLUGIN += qwindows qwindowsvistastyle
}