16 #ifndef _QCE_CONFIG_H_ 17 #define _QCE_CONFIG_H_ 33 #ifdef _QCODE_EDIT_BUILD_ 34 #ifdef _QCODE_EDIT_EMBED_ 37 #define QCE_EXPORT Q_DECL_EXPORT 40 #define QCE_EXPORT Q_DECL_IMPORT 49 QString fetchDataFile(
const QString& file);
51 QStringList dataPathes();
52 void addDataPath(
const QString& path);
54 template <
typename Registerable>
60 Registerable::_register();
65 #define QCE_AUTO_REGISTER(T) \ 66 static QCE::Registar<T> _auto_##T##_registar; \ 70 #endif // !_QCE_CONFIG_H_ Definition: qce-config.h:55