##// END OF EJS Templates
Improve QML Weather example layout...
Improve QML Weather example layout The size of the images is adjusted based on the window size. Change-Id: Ib575288456d6773e00ee740b7b0be6a392c9eeaa Task-number: QTRD-3444 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2724:c26fb372333d
r2761:c19e8d5c88d9
Show More
src.pro
6 lines | 105 B | text/idl | PrologLexer
Titta Heikkala
Qt Charts project file structure change...
r2712 TEMPLATE = subdirs
CONFIG += ordered
Titta Heikkala
Fix Charts build when quick module is not build...
r2724 SUBDIRS += charts
qtHaveModule(quick) {
SUBDIRS += chartsqml2
}