cppcheck/gui/test/translationhandler/translationhandler.pro

14 lines
231 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