Remove quickwidgets dependency from swiftguistandard

Even though it is not used, MacOS clang decided to link it
anyway and require the library at runtime.
This commit is contained in:
Roland Rossgotterer
2019-10-12 13:25:42 +02:00
parent b929eb442a
commit 7951b9f15d

View File

@@ -1,6 +1,6 @@
load(common_pre)
QT += core dbus network widgets quickwidgets multimedia
QT += core dbus network widgets multimedia
TARGET = swiftguistd
TEMPLATE = app