diff options
| author | Tannin <devnull@localhost> | 2014-08-28 18:20:40 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-08-28 18:20:40 +0200 |
| commit | 15b9927cefea9c3f0d2616b1cfd160d9007bf4e6 (patch) | |
| tree | 336894fb723e1a414a2a11955b9c13d217d9e669 /src/organizer.pro | |
| parent | 5d4a55c3a67caec2811a2b997753adc116403d77 (diff) | |
minor fixes
Diffstat (limited to 'src/organizer.pro')
| -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 76f95955..4356bf29 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
}
|
