From ba0119fad3706406e61c511cff600babf753a16c Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Sun, 18 Nov 2018 19:27:28 +0000 Subject: [PATCH] [CMake+UI] Remove unneeded whitespace and depends. --- CMakeLists.txt | 1 - src/qml/main.qml | 3 --- 2 files changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a28108f..a78ebc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,6 @@ option(DISCORD "Enable Discord SDK." OFF) find_package(Qt5Core REQUIRED) find_package(Qt5Gui REQUIRED) -find_package(Qt5QuickWidgets REQUIRED) find_package(Qt5 CONFIG REQUIRED COMPONENTS Qml Quick Gui Widgets Core X11Extras) find_package(Qt5QuickCompiler) diff --git a/src/qml/main.qml b/src/qml/main.qml index a4ce013..d839de3 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -111,9 +111,6 @@ ApplicationWindow { width: parent.width height: parent.height z: 1 - - - function startPlayer() { console.log(player)