2011-06-10 10:58:55 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = test-translationhandler
|
|
|
|
DEPENDPATH += .
|
|
|
|
INCLUDEPATH += .
|
2022-09-04 10:25:16 +02:00
|
|
|
OBJECTS_DIR = ../../temp
|
|
|
|
MOC_DIR = ../../temp
|
2019-04-19 09:41:58 +02:00
|
|
|
QT += widgets
|
2011-06-10 10:58:55 +02:00
|
|
|
|
|
|
|
include(../common.pri)
|
|
|
|
|
|
|
|
# tests
|
2021-12-19 12:36:11 +01:00
|
|
|
SOURCES += testtranslationhandler.cpp \
|
|
|
|
../../translationhandler.cpp \
|
|
|
|
../../common.cpp
|
2011-06-10 10:58:55 +02:00
|
|
|
|
2021-12-19 12:36:11 +01:00
|
|
|
HEADERS += testtranslationhandler.h \
|
|
|
|
../../translationhandler.h \
|
|
|
|
../../common.h
|