##// END OF EJS Templates
Fixed a Qt5 build issue in presenterchart test app
Tero Ahola -
r2368:6a035c04dc6b
parent child
Show More
@@ -1,6 +1,8
1 !include( ../tests.pri ) {
1 !include( ../tests.pri ) {
2 error( "Couldn't find the examples.pri file!" )
2 error( "Couldn't find the examples.pri file!" )
3 }
3 }
4 TARGET = presenterchart
4 TARGET = presenterchart
5 HEADERS += chartview.h
5 HEADERS += chartview.h
6 SOURCES += main.cpp chartview.cpp
6 SOURCES += main.cpp chartview.cpp
7
8 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
General Comments 0
You need to be logged in to leave comments. Login now