annotate examples/itemviews/CMakeLists.txt @ 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 22257add3152
children 778ef7374fb5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
146
22257add3152 add customsortfiltermodel example
mandel
parents: 4
diff changeset
1 add_subdirectory(dirview)
22257add3152 add customsortfiltermodel example
mandel
parents: 4
diff changeset
2 add_subdirectory(customsortfiltermodel)