diff options
| -rw-r--r-- | src/organizer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 2b4ed9ce..86a958fa 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -9,7 +9,7 @@ TARGET = ModOrganizer TEMPLATE = app
greaterThan(QT_MAJOR_VERSION, 4) {
- QT += core gui widgets network xml sql xmlpatterns qml quick script webkit
+ QT += core gui widgets network xml sql xmlpatterns qml quick script webkit webkitwidgets
} else {
QT += core gui network xml declarative script sql xmlpatterns webkit
}
|
