You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
452 B

TEMPLATE = app
QT = core gui qml svg quick widgets quickcontrols2
QTPLUGIN = qsvgicon qsvg qjpeg qico
CONFIG -= entrypoint
CONFIG -= debug_and_release
CONFIG += no_include_pwd
win32 {
QTPLUGIN += qwindows qmodernwindowsstyle
}
linux {
QT += opengl # compositor_x11 requires Qt OpenGL
QTPLUGIN += qxcb-glx-integration qxcb-egl-integration qxcb qwayland-generic qwayland-egl qgtk3 qxdgdesktopportal xdg-shell
}
macx {
QTPLUGIN += qcocoa qmacstyle
}