some fixes

* as of slack discussion with MG, made area finding a bit more robust
* removed unused function in keypadarea
* added unit test subproject for GUI
This commit is contained in:
Klaus Basan
2015-07-13 19:20:31 +02:00
committed by Mathew Sutcliffe
parent 03e16e37e7
commit f8c83ce2a3
15 changed files with 230 additions and 19 deletions

View File

@@ -0,0 +1,22 @@
include ($$SourceRoot/config.pri)
include ($$SourceRoot/build.pri)
QT += core testlib dbus network gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = test_blackgui
TEMPLATE = app
CONFIG -= app_bundle
CONFIG += blackmisc blackcore blackgui
CONFIG += testcase
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = $$BuildRoot/bin
include ($$SourceRoot/libraries.pri)