summaryrefslogtreecommitdiffstats
path: root/examples/painting/pathstroke
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-02-23 07:26:29 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-24 22:39:40 +0100
commit88016d30a0bfb46910b6d45c8de9df93adc3af82 (patch)
tree171e36b5851e15191308e68002405b745e731bd2 /examples/painting/pathstroke
parent71fe29711fcb88adcc191f1350e13f7c2544c642 (diff)
examples: compile w/o opengl
Fixes remnants of an automated QtGui -> QtWidgets port. Change-Id: I31f63bdd6ae71aee8e70b20e24def30e0eafb725 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'examples/painting/pathstroke')
-rw-r--r--examples/painting/pathstroke/pathstroke.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/painting/pathstroke/pathstroke.pro b/examples/painting/pathstroke/pathstroke.pro
index 60a5cd75ca..916866d1f2 100644
--- a/examples/painting/pathstroke/pathstroke.pro
+++ b/examples/painting/pathstroke/pathstroke.pro
@@ -9,8 +9,9 @@ RESOURCES += pathstroke.qrc
contains(QT_CONFIG, opengl) {
DEFINES += QT_OPENGL_SUPPORT
- QT += opengl widgets
+ QT += opengl
}
+QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/pathstroke