view examples/dialogs/classwizard/classwizard.qrc @ 399:e40f33cc0bf5

Explicitly include qglobal.h before all the ?master includes?. This makes sure that macros like Q_CORE_EXPORT are already defined for all parsed header files. Starting with this commit, QtD should build successfully against the pre-built Cocoa packages on OS X 10.6.
author David Nadlinger <code@klickverbot.at>
date Sun, 16 Jan 2011 00:56:21 +0100
parents d010168e50de
children
line wrap: on
line source

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
    <file>images/background.png</file>
    <file>images/banner.png</file>
    <file>images/logo1.png</file>
    <file>images/logo2.png</file>
    <file>images/logo3.png</file>
    <file>images/watermark1.png</file>
    <file>images/watermark2.png</file>
</qresource>
</RCC>