From cc48526dfb85701629ad19bd1dadf88af5482800 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Mon, 23 Feb 2015 13:42:26 +0100 Subject: Add config test for Khronos development headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are needed on Linux, since the core layer can not rely on the shipped third_party/khronos headers because that would break the build on GLES configs. Change-Id: I598f58a9830b31a56425db60b7fc36c3f34f8581 Reviewed-by: Michael BrĂ¼ning --- tools/qmake/config.tests/khr/khr.pro | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/qmake/config.tests/khr/khr.pro (limited to 'tools/qmake/config.tests/khr/khr.pro') diff --git a/tools/qmake/config.tests/khr/khr.pro b/tools/qmake/config.tests/khr/khr.pro new file mode 100644 index 000000000..6abd2367a --- /dev/null +++ b/tools/qmake/config.tests/khr/khr.pro @@ -0,0 +1,2 @@ +CONFIG-=qt +linux:SOURCES += khr.cpp -- cgit v1.2.3