You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
450 B
23 lines
450 B
TEMPLATE = app
|
|
TARGET = test-translationhandler
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
OBJECTS_DIR = ../../temp
|
|
MOC_DIR = ../../temp
|
|
|
|
QT -= gui
|
|
QT += core
|
|
QT += widgets # TODO: get rid of this - causes X server dependency
|
|
QT += testlib
|
|
|
|
include(../common.pri)
|
|
|
|
# tests
|
|
SOURCES += testtranslationhandler.cpp \
|
|
../../translationhandler.cpp \
|
|
../../common.cpp
|
|
|
|
HEADERS += testtranslationhandler.h \
|
|
../../translationhandler.h \
|
|
../../common.h
|