##// END OF EJS Templates
Fix Android build...
Fix Android build Visibility attribute is not supported for Android X86. Therefore it's removed for android. Replace the slashes for declarative directories to copy files correctly. Change-Id: I4be8a70cb7ef8f89040e455a61d27c2bb08d0a4d Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2599:d8e784e0dd82
r2648:8da9536b16ef
Show More
boxplottester.pro
20 lines | 320 B | text/idl | PrologLexer
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 !include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
Titta Heikkala
Fix boxplottertester...
r2599 QT += core gui
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
Mika Salmela
Added pentool to boxplot tester...
r2566 customtablemodel.cpp \
pentool.cpp
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548
HEADERS += \
mainwidget.h \
Mika Salmela
Added pentool to boxplot tester...
r2566 customtablemodel.h \
pentool.h