summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-10 10:35:45 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-19 15:28:18 +0200
commit784a877d3cd9a1a75aca9c83146389503a966071 (patch)
treecb6822bf739cc63383ac3ed4bac2b6bb61e15a3a /sync.profile
parent208996751333933be601b4cccdd99c924d07436f (diff)
Move QWindowSystemInterface out of qpa.
Public QtTest headers require it, so all unit tests would have to use private Qt headers otherwise, which is not practical. Change-Id: I5d4466ec30b6a57ebdfc34413e716e657eb51368 Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index d63cdc0934..623dfd8a26 100644
--- a/sync.profile
+++ b/sync.profile
@@ -89,9 +89,6 @@
"QPlatformThemePlugin" => "qpa/qplatformthemeplugin.h",
"qplatformwindow_qpa.h" => "qpa/qplatformwindow.h",
"QPlatformWindow" => "qpa/qplatformwindow.h",
- "qwindowsysteminterface_qpa.h" => "qpa/qwindowsysteminterface.h",
- "QWindowSystemInterface" => "qpa/qwindowsysteminterface.h",
- "qwindowsysteminterface_qpa_p.h" => "qpa/qwindowsysteminterface_p.h",
"qgenericpluginfactory_qpa.h" => "QtGui/qgenericpluginfactory.h",
"qgenericplugin_qpa.h" => "QtGui/qgenericplugin.h",
"QGenericPlugin" => "QtGui/QGenericPlugin",
@@ -124,7 +121,7 @@
}
);
-@qpa_headers = ( qr/^qplatform/, qr/^qwindowsystem/ );
+@qpa_headers = ( qr/^qplatform/ );
@ignore_for_include_check = ( "qsystemdetection.h", "qcompilerdetection.h", "qprocessordetection.h" );
@ignore_for_qt_begin_header_check = ( "qiconset.h", "qconfig.h", "qconfig-dist.h", "qconfig-large.h", "qconfig-medium.h", "qconfig-minimal.h", "qconfig-small.h", "qfeatures.h", "qt_windows.h" );
@ignore_for_qt_begin_namespace_check = ( "qconfig.h", "qconfig-dist.h", "qconfig-large.h", "qconfig-medium.h", "qconfig-minimal.h", "qconfig-small.h", "qfeatures.h", "qatomic_arch.h", "qatomic_windowsce.h", "qt_windows.h", "qatomic_macosx.h" );