config.h 463 B

1234567891011121314151617181920
  1. /* #ident "$Id: $"
  2. * @author: rzr@gna.org - rev: $Author: rzr$
  3. * Copyright: See README file that comes with this distribution
  4. *****************************************************************************/
  5. #ifndef CONFIG_H
  6. #define CONFIG_H
  7. #include <QtCore/QObject>
  8. #include <QFile>
  9. #include <QDebug>
  10. #include <QDeclarativeItem>
  11. #include <QDeclarativeContext>
  12. #define FUNCT(...) \
  13. if ( false ) qDebug()<<__FILE__<<":"<<__LINE__<<":"
  14. #endif // CONFIG_H