##// END OF EJS Templates
Optimize string truncation algorithm...
Optimize string truncation algorithm Use binary search for truncating strings instead of linear search. Change-Id: I31cde493328e3192a53802aa65dea61975b9e87f Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2488:5862599d088d
r2541:563b21497627
Show More
quick2.pro
9 lines | 227 B | text/idl | PrologLexer
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 TARGET = qtcommercialchartqml2
QT += quick qml widgets
IMPORT_INSTALL_PATH = $$[QT_INSTALL_QML]
DEFINES += CHARTS_FOR_QUICK2
!include(../declarative/declarative.pri) {
error( "Couldn't find the declarative.pri file!" )
}