2011-06-10 10:58:55 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = test-translationhandler
|
|
|
|
DEPENDPATH += .
|
|
|
|
INCLUDEPATH += .
|
2011-06-10 13:35:02 +02:00
|
|
|
OBJECTS_DIR = ../build
|
|
|
|
MOC_DIR = ../build
|
2011-06-10 10:58:55 +02:00
|
|
|
|
|
|
|
include(../common.pri)
|
|
|
|
|
|
|
|
# tests
|
|
|
|
SOURCES += testtranslationhandler.cpp
|
|
|
|
|
|
|
|
HEADERS += testtranslationhandler.h
|