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