summaryrefslogtreecommitdiffstats
path: root/examples/rsatest/rsatest.pro
blob: fc293adb60966d9df7fe5ea1cd77ce875a0683ae (plain)
1
2
3
4
5
6
TEMPLATE = app
CONFIG += thread console
TARGET = rsatest

SOURCES += rsatest.cpp
include(../examples.pri)