cppcheck/gui/test/translationhandler/translationhandler.pro
Daniel Marjamäki 93b27b2022 cleanup gui/test
2019-04-19 09:41:58 +02:00

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