Unit testing template using QTestLib
[ptas] / tests / ut_template / ut_template.pro
1 TARGET = ut_template
2 QT += testlib
3 QT -= gui
4 CONFIG += console
5 CONFIG -= app_bundle
6 TEMPLATE = app
7 OBJECTS_DIR = .obj
8 MOC_DIR = .moc
9 SOURCES += ut_template.cpp
10 HEADERS += ut_template.h