mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 22:57:33 +02:00
Removed QTest dependency
This commit is contained in:
parent
33e834c21d
commit
85b1d7487e
@ -2,8 +2,7 @@
|
||||
# $Id$
|
||||
TEMPLATE = app
|
||||
LANGUAGE = C++
|
||||
QT += network testlib
|
||||
unix:CONFIG += qtestlib
|
||||
QT += network
|
||||
TARGET = fwbuilder
|
||||
include(../../qmake.inc)
|
||||
exists(qmake.inc):include( qmake.inc)
|
||||
@ -465,10 +464,8 @@ contains( HAVE_ANTLR_RUNTIME, 1 ) {
|
||||
# fwtransfer lib. Add this before adding -lQtDBus to LIBS below
|
||||
LIBS += $$FWTRANSFER_LIB
|
||||
contains( HAVE_QTDBUS, 1 ):unix {
|
||||
!macx:QT += network \
|
||||
dbus
|
||||
macx:LIBS += -framework \
|
||||
QtDBus
|
||||
!macx:QT += network dbus
|
||||
macx:LIBS += -framework QtDBus
|
||||
}
|
||||
|
||||
# !macx:LIBS += -lQtDBus # workaround for QT += dbus not working with Qt < 4.4.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user