summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/dbus/dbus.pro
blob: f9d793b8679774f45bacd3064b3b19d0f6090506 (plain)
1
2
3
4
5
6
7
8
SOURCES = dbus.cpp
CONFIG -= qt

CONFIG += build_all
CONFIG(debug, debug|release): \
    LIBS += $$LIBS_DEBUG
else: \
    LIBS += $$LIBS_RELEASE