1
0
Fork 0

[Build] Using QtQuickCompiler

This commit is contained in:
Kitteh 2018-10-24 19:17:29 +01:00
parent 5c8b05ff82
commit 59110f590a
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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