summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-04-01 22:14:00 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-18 03:59:44 +0200
commitbdb98baf8253c69949a8c259369203da9ffb269c (patch)
treee4939b24b6865b6c121363ba4ee3b49a254b3999
parent36a829ad6fb44fd01f490c35e011f6fd2470ffdd (diff)
downloadqt3d-baserock/v5.0.0-beta1-81-gbdb98ba.tar.gz
Disable automatic precompiled headers for Qt3Dbaserock/v5.0.0-beta1-81-gbdb98ba
Qt3D has C sources, so we can't use <Qt3DDepends> as the header. Change-Id: Id05f4adf3653647efb0b8b1d96d515bffb73867f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--src/threed/threed.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threed/threed.pro b/src/threed/threed.pro
index 740e5181c..cb5f1d1c5 100644
--- a/src/threed/threed.pro
+++ b/src/threed/threed.pro
@@ -22,5 +22,6 @@ include(../private/private.pri)
include(threed.pri)
PUBLIC_HEADERS = $$HEADERS
HEADERS += $$PRIVATE_HEADERS
+PRECOMPILED_HEADER =
!contains(QT_CONFIG, egl):DEFINES += QT_NO_EGL