mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 18:32:10 -05:00
Include DBus
This commit is contained in:
parent
ce27e85944
commit
018f4c901e
1 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += widgets
|
||||
QT += widgets dbus
|
||||
CONFIG += c++14
|
||||
|
||||
TARGET = the-libs
|
||||
|
@ -49,8 +49,6 @@ unix {
|
|||
}
|
||||
|
||||
unix:!macx {
|
||||
QT += dbus
|
||||
|
||||
target.path = /usr/lib
|
||||
header.path = /usr/include/the-libs
|
||||
|
||||
|
|
Loading…
Reference in a new issue