From 42e63cace2d7bb4958c05b10eb76b5c8b010e4ee Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 8 Jul 2017 10:10:48 -0700 Subject: [PATCH] Fixed Qt4. --- leocad.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leocad.pro b/leocad.pro index c6618731..01f3874a 100644 --- a/leocad.pro +++ b/leocad.pro @@ -1,9 +1,9 @@ -QT += core gui opengl network +QT += core gui opengl network xml TEMPLATE = app greaterThan(QT_MAJOR_VERSION, 4) { QT *= printsupport - QT += concurrent xml + QT += concurrent } INCLUDEPATH += qt common