Using common build artifacts (object files, moc files) avoids recompiling whole lib and other shared files separately for each test.
14 lines
231 B
Prolog
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
|