diff options
author | Florent Revest <revestflo@gmail.com> | 2016-07-20 18:59:17 +0200 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2016-07-20 19:00:08 +0200 |
commit | cdbd60ff00a89c560cd06a2aca817d65a7f372ce (patch) | |
tree | f8a189d9afeafad292cf9d832080ce8860979c09 | |
parent | 0252b473cf52249ed4cbae48ac8e73c614806378 (diff) |
asteroid-stopwatch.pro: we don't depend on QtSvg anymore, this is used by qml-asteroid instead
-rw-r--r-- | asteroid-stopwatch.pro | 3 |
1 files changed, 1 insertions, 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 |