summaryrefslogtreecommitdiffstats
path: root/config.tests/uacpp/uacpp.pro
blob: 5a3ba9edcd3638073a6af7830b98f22024a3e58c (plain)
1
2
3
4
5
6
SOURCES += main.cpp

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