1
0
Fork 0

[CMake+UI] Remove unneeded whitespace and depends.

This commit is contained in:
NamedKitten 2018-11-18 19:27:28 +00:00
parent 71f8cccee1
commit ba0119fad3
2 changed files with 0 additions and 4 deletions

View file

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

View file

@ -112,9 +112,6 @@ ApplicationWindow {
height: parent.height
z: 1
function startPlayer() {
console.log(player)
console.log(typeof(player))