cppcheck/gui/test/translationhandler/translationhandler.pro
Kimmo Varis 8cff768d99 GUITESTS: Use common build artifact directory.
Using common build artifacts (object files, moc files) avoids
recompiling whole lib and other shared files separately for each
test.
2011-06-10 14:35:02 +03:00

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