Go to the documentation of this file.
24 #ifndef DIGIKAM_GLOBALS_P_H
25 #define DIGIKAM_GLOBALS_P_H
34 #include <QImageReader>
35 #include <QImageWriter>
38 #include <QApplication>
39 #include <QStandardPaths>
40 #include <QTranslator>
42 #include <QLibraryInfo>
46 #include <QMimeDatabase>
50 #include <klocalizedstring.h>
55 #if (QT_VERSION > QT_VERSION_CHECK(5, 99, 0))
56 # include <klazylocalizedstring.h>
57 # define I18N_NOOP(x) kli18n(x).untranslatedText()
58 # define I18N_NOOP2(c,x) kli18nc(c,x).untranslatedText()
63 #include "digikam_config.h"