##// END OF EJS Templates
Fix oscilloscope demos on android...
Fix oscilloscope demos on android qobject_cast doesn't seem to work properly on android, but there is no need to use it in oscilloscope demos, static cast works just as well there. Change-Id: Ia32c914dcec05dca48103fe8d4edec7c054c8bd8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r1200:49edf2d3495f
r2526:383eb97e1450
Show More
chartdesigner.pro
24 lines | 447 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui
SOURCES += \
brushwidget.cpp \
main.cpp \
mainwindow.cpp \
objectinspectorwidget.cpp \
penwidget.cpp \
engine.cpp
HEADERS += \
brushwidget.h \
mainwindow.h \
objectinspectorwidget.h \
penwidget.h \
engine.h
!system_build:mac: QMAKE_POST_LINK += "$$MAC_POST_LINK_PREFIX $$MAC_TESTS_BIN_DIR"