[Build] Using QtQuickCompiler
This commit is contained in:
parent
5c8b05ff82
commit
59110f590a
|
@ -6,6 +6,7 @@ QT += qml quickcontrols2 widgets
|
||||||
SOURCES += src/main.cpp src/mpvobject.cpp
|
SOURCES += src/main.cpp src/mpvobject.cpp
|
||||||
|
|
||||||
CONFIG += release
|
CONFIG += release
|
||||||
|
CONFIG+=qtquickcompiler
|
||||||
QT_CONFIG -= no-pkg-config
|
QT_CONFIG -= no-pkg-config
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += mpv
|
PKGCONFIG += mpv
|
||||||
|
|
|
@ -482,7 +482,7 @@ ApplicationWindow {
|
||||||
Menu {
|
Menu {
|
||||||
id: tracksMenuBarItem
|
id: tracksMenuBarItem
|
||||||
title: "Tracks"
|
title: "Tracks"
|
||||||
width: 100
|
width: 150
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
implicitWidth: parent.width
|
implicitWidth: parent.width
|
||||||
implicitHeight: 10
|
implicitHeight: 10
|
||||||
|
|
Loading…
Reference in a new issue