1TEMPLATE = app
2TARGET = test-translationhandler
3DEPENDPATH += .
4INCLUDEPATH += .
5OBJECTS_DIR = ../build
6MOC_DIR = ../build
7QT += widgets
8
9include(../common.pri)
10
11# tests
12SOURCES += testtranslationhandler.cpp
13
14HEADERS += testtranslationhandler.h
15