diff options
Diffstat (limited to 'media-video/nvclock/files/0.6.2-qt-version-check.patch')
-rw-r--r-- | media-video/nvclock/files/0.6.2-qt-version-check.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-video/nvclock/files/0.6.2-qt-version-check.patch b/media-video/nvclock/files/0.6.2-qt-version-check.patch new file mode 100644 index 000000000000..4a18796b489e --- /dev/null +++ b/media-video/nvclock/files/0.6.2-qt-version-check.patch @@ -0,0 +1,14 @@ +--- src/qt/qt_nvclock.moc.orig 2003-02-06 12:53:23.000000000 -0500 ++++ src/qt/qt_nvclock.moc 2003-02-06 12:53:29.000000000 -0500 +@@ -13,11 +13,6 @@ + #include <qapplication.h> + + #include <private/qucomextra_p.h> +-#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19) +-#error "This file was generated using the moc from 3.0.5. It" +-#error "cannot be used with the include files from this version of Qt." +-#error "(The moc has changed too much.)" +-#endif + + const char *CTabNVidia::className() const + { |