From cdbd60ff00a89c560cd06a2aca817d65a7f372ce Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Wed, 20 Jul 2016 18:59:17 +0200 Subject: asteroid-stopwatch.pro: we don't depend on QtSvg anymore, this is used by qml-asteroid instead --- asteroid-stopwatch.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asteroid-stopwatch.pro b/asteroid-stopwatch.pro index 8647880..67977e2 100644 --- a/asteroid-stopwatch.pro +++ b/asteroid-stopwatch.pro @@ -1,6 +1,5 @@ TEMPLATE = app -QT += widgets qml quick xml svg -QTPLUGIN += qsvg +QT += widgets qml quick CONFIG += link_pkgconfig PKGCONFIG += qdeclarative5-boostable -- cgit v1.2.3-54-g00ecf