1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-18 09:18:23 +01:00
fwbuilder/config_tests/qtdbus_test.pro

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