##// END OF EJS Templates
Fix manifest file generation for examples...
Fix manifest file generation for examples Change-Id: I70d3a19f334ef6c9da0af7d041bf87f37ff8625e Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2745:704036e35c0a
Show More
chartwidgettest.pro
15 lines | 250 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 !include( ../../tests.pri ) {
Michal Klocek
Adds shadow build support
r708 error( "Couldn't find the test.pri file!" )
Tero Ahola
Added size factor property to pie
r60 }
Michal Klocek
Add test to common build
r34
Tero Ahola
Resizing of QGraphicItems now possible by resize signal from QChart
r48 TEMPLATE = app
Titta Heikkala
Remove unnecessary Qt version checks...
r2730 QT += core gui opengl widgets
Tero Ahola
Resizing of QGraphicItems now possible by resize signal from QChart
r48
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h