diff options
| author | Tannin <devnull@localhost> | 2014-07-03 17:42:31 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-07-03 17:42:31 +0200 |
| commit | b1ac479fb648ed7c7e295fecb3a98a2e27cb3fde (patch) | |
| tree | 5a16f703b937d54427ccf661bbab93a298874ab1 | |
| parent | 80b10107d9deeaf8b1aa9d306ea506aafcb99bd1 (diff) | |
slight fixes to qt5 compatibility
| -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
}
|
