From 6a035c04dc6b3d642031f0a9d5bf37a272dc6a42 2012-12-10 11:59:03 From: Tero Ahola Date: 2012-12-10 11:59:03 Subject: [PATCH] Fixed a Qt5 build issue in presenterchart test app --- diff --git a/tests/presenterchart/presenterchart.pro b/tests/presenterchart/presenterchart.pro index dc94867..88cde7a 100644 --- a/tests/presenterchart/presenterchart.pro +++ b/tests/presenterchart/presenterchart.pro @@ -4,3 +4,5 @@ TARGET = presenterchart HEADERS += chartview.h SOURCES += main.cpp chartview.cpp + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets