diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-06 13:06:07 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-10 10:44:55 (GMT) |
commit | 2c7a0fef42993dbaeceab9a72de65591bbedd1c0 (patch) | |
tree | d0f87466f3a03618a4c7c9f179548f391b183061 /tools/tools.pro | |
parent | ca1a8a7f4ad1fb249f47085e6ad0cf133122c0f0 (diff) | |
download | Qt-2c7a0fef42993dbaeceab9a72de65591bbedd1c0.zip Qt-2c7a0fef42993dbaeceab9a72de65591bbedd1c0.tar.gz Qt-2c7a0fef42993dbaeceab9a72de65591bbedd1c0.tar.bz2 |
Fixed compilation and API of meego graphics system helper.
Diffstat (limited to 'tools/tools.pro')
-rw-r--r-- | tools/tools.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/tools.pro b/tools/tools.pro index f254230..8f23fe4 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -43,3 +43,7 @@ embedded: SUBDIRS += makeqpf CONFIG+=ordered QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)" + +!win32:!embedded:!mac:!symbian:CONFIG += x11 + +x11:contains(QT_CONFIG, opengles2):contains(QT_CONFIG, egl):SUBDIRS += qmeegographicssystemhelper |