diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2009-12-04 13:14:16 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2009-12-04 13:16:56 (GMT) |
commit | 4190f781a81da9d2a2470d75fcf2cf2946504b34 (patch) | |
tree | b6e2623b2517146ffd83c8c0d99e9536cddfd299 /src/opengl/opengl.pro | |
parent | 56c9fe5f9ba08f20885454fee7cbb488fd4968eb (diff) | |
download | Qt-4190f781a81da9d2a2470d75fcf2cf2946504b34.zip Qt-4190f781a81da9d2a2470d75fcf2cf2946504b34.tar.gz Qt-4190f781a81da9d2a2470d75fcf2cf2946504b34.tar.bz2 |
make sure that x11 is disabled when building embedded_lite
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r-- | src/opengl/opengl.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro index b2474ed..0f752c1 100644 --- a/src/opengl/opengl.pro +++ b/src/opengl/opengl.pro @@ -10,7 +10,7 @@ unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui include(../qbase.pri) -!win32:!embedded:!mac:CONFIG += x11 +!win32:!embedded:!mac:!embedded_lite:CONFIG += x11 contains(QT_CONFIG, opengl):CONFIG += opengl contains(QT_CONFIG, opengles1):CONFIG += opengles1 contains(QT_CONFIG, opengles1cl):CONFIG += opengles1cl |