cppcheck/gui/test/translationhandler/translationhandler.pro

19 lines
361 B
Prolog

TEMPLATE = app
TARGET = test-translationhandler
DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../../temp
MOC_DIR = ../../temp
QT += widgets
include(../common.pri)
# tests
SOURCES += testtranslationhandler.cpp \
../../translationhandler.cpp \
../../common.cpp
HEADERS += testtranslationhandler.h \
../../translationhandler.h \
../../common.h