From 7c812244a86a3c1095acc23e7be94105de9197cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 14 Sep 2019 12:59:12 +0200 Subject: [PATCH] - does not build with qt4, switch to qt5 --- openscad.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openscad.spec b/openscad.spec index fa962c3..52a75dc 100644 --- a/openscad.spec +++ b/openscad.spec @@ -1,7 +1,7 @@ # # Conditional build: %bcond_without tests # build with tests -%bcond_with qt5 +%bcond_without qt5 %define qtver %{?with_qt5:5}%{!?with_qt5:4} -- 2.43.0