14 lines
225 B
Prolog
14 lines
225 B
Prolog
|
TEMPLATE = app
|
||
|
TARGET = test-translationhandler
|
||
|
DEPENDPATH += .
|
||
|
INCLUDEPATH += .
|
||
|
OBJECTS_DIR = build
|
||
|
MOC_DIR = build
|
||
|
|
||
|
include(../common.pri)
|
||
|
|
||
|
# tests
|
||
|
SOURCES += testtranslationhandler.cpp
|
||
|
|
||
|
HEADERS += testtranslationhandler.h
|