include(qtlib.pri)

TARGET = qtlib-test

TEMPLATE = app

CONFIG += c++11

QT += core

SOURCES += test/main.cpp

DISTFILES += README.txt