Update Qt dependency.

square-messages
Black Hat 2018-10-19 22:22:02 +08:00
parent 89360b71e5
commit c3ecbc6322
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
QT += quick widgets multimedia dbus
QT += quick widgets multimedia
unix:!mac {
QT += dbus
}
mac {
QT += macextras
}
CONFIG += c++14
CONFIG += object_parallel_to_source
CONFIG += link_pkgconfig