Skip to content

Commit

Permalink
Fix build with new CMake release.
Browse files Browse the repository at this point in the history
Doesn't harm us, but really looks like an upstream bug
  • Loading branch information
dschmidt committed Nov 2, 2012
1 parent a26482d commit c910e1b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <QtCore/QObject>

#if QT_VERSION >= 0x040400 || defined(DOXYGEN_RUN)
#ifndef QT_NO_SHAREDMEMORY

#include <QtCore/QStringList>
Expand Down Expand Up @@ -138,6 +137,5 @@ QT_END_NAMESPACE


#endif // QT_NO_SHAREDMEMORY
#endif // QT_VERSION >= 0x040400 || defined(DOXYGEN_RUN)

#endif /* __KDTOOLSCORE_KDSINGLEAPPLICATIONGUARD_H__ */

1 comment on commit c910e1b

@dschmidt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.