mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-14 17:09:11 +02:00
11 lines
174 B
Prolog
11 lines
174 B
Prolog
# -*- mode: makefile; tab-width: 4; -*-
|
|
TEMPLATE = app
|
|
|
|
unix {
|
|
!macx: QT += network dbus
|
|
macx: LIBS += -framework QtDBus
|
|
}
|
|
|
|
SOURCES = qtdbus_test.cpp
|
|
TARGET = qtdbus_test
|