##// END OF EJS Templates
Fixed a Qt5 build issue in presenterchart test app
Tero Ahola -
r2368:6a035c04dc6b
parent child
Show More
@@ -4,3 +4,5
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