From f58d778cd1ad06afddd70f5d8ab24db8ba3cd67b Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Tue, 10 Dec 2013 21:26:58 +0000 Subject: [PATCH] Don't set frameworks in QWT .. makes it possible to build the examples .. but we still don't build them by default --- qwt/qwtconfig.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwt/qwtconfig.pri b/qwt/qwtconfig.pri index 6fcefc019..79b2bcd29 100644 --- a/qwt/qwtconfig.pri +++ b/qwt/qwtconfig.pri @@ -159,5 +159,5 @@ QWT_CONFIG += QwtPlayground macx:!static:CONFIG(qt_framework, qt_framework|qt_no_framework) { - QWT_CONFIG += QwtFramework + #QWT_CONFIG += QwtFramework }