From 301538cf01cf0c1bf27075e8459894a0e37756d6 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 19 Jul 2012 10:40:25 +0200 Subject: Add another directory to the private INCLUDE_DIRS list. It should be possible to include both: * * Change-Id: I83ed5bba633b4a6b9bd38e315c987d78beecfb1b Reviewed-by: Oswald Buddenhagen --- tests/auto/cmake/test_private_includes/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/auto/cmake') diff --git a/tests/auto/cmake/test_private_includes/main.cpp b/tests/auto/cmake/test_private_includes/main.cpp index 4f4457bfa1..3319688058 100644 --- a/tests/auto/cmake/test_private_includes/main.cpp +++ b/tests/auto/cmake/test_private_includes/main.cpp @@ -42,6 +42,7 @@ #include #include #include +#include int main(int argc, char **argv) { @@ -50,5 +51,9 @@ int main(int argc, char **argv) QPlatformScreen *screenHandle = app.screens().first()->handle(); screenHandle->geometry(); + QPixmap pixmap; + QPlatformPixmap *pixmapHandle = pixmap.handle(); + pixmapHandle->width(); + return 0; } -- cgit v1.2.3