diff options
author | Florent Revest <revestflo@gmail.com> | 2016-09-13 22:01:39 +0200 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2016-09-13 22:01:39 +0200 |
commit | 73db018e76929eedc36b94943e34b4e0c5f2dfef (patch) | |
tree | 74c83350b356adf2d867dd447d49fb7d161ca245 | |
parent | f022478e406f7e17e3b44318918d6dd146141280 (diff) |
Don't depend on QtWidgets
-rw-r--r-- | asteroid-stopwatch.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asteroid-stopwatch.pro b/asteroid-stopwatch.pro index 67977e2..a9730b0 100644 --- a/asteroid-stopwatch.pro +++ b/asteroid-stopwatch.pro @@ -1,5 +1,5 @@ TEMPLATE = app -QT += widgets qml quick +QT += qml quick CONFIG += link_pkgconfig PKGCONFIG += qdeclarative5-boostable |