From 1287361f64c6d429535e65c8dd248a94dfc633d1 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Wed, 20 Apr 2011 13:57:51 -0500 Subject: Move private headers into versioned subdirectory This will allow us to expose private headers in a controlled manner, and ensure that they are not used by accident. This also means that we internally will have to enable the private headers for the modules we wish to use in the project. --- demos/shared/shared.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'demos') diff --git a/demos/shared/shared.pro b/demos/shared/shared.pro index b2a338e7f3..88d7fbedab 100644 --- a/demos/shared/shared.pro +++ b/demos/shared/shared.pro @@ -11,6 +11,7 @@ build_all:!build_pass { CONFIG += release } TARGET = demo_shared +QT += gui-private SOURCES += \ arthurstyle.cpp\ -- cgit v1.2.3