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