File: qtplugin.cxx

package info (click to toggle)
gr-framework 0.73.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,600 kB
  • sloc: ansic: 87,413; cpp: 45,348; objc: 3,057; javascript: 2,647; makefile: 1,129; python: 1,000; sh: 991; yacc: 855; pascal: 554; fortran: 228
file content (19 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#if defined(NO_QT4)
#define NO_QT
#endif

#ifndef NO_QT

#include <QtGui/QWidget>
#include <QtGui/QPainter>
#include <QtGui/QImage>
#include <QtGui/QApplication>
#include <QtGui/QDesktopWidget>

#endif

#define QT_NAME_STRING "Qt4"
#define QT_PLUGIN_ENTRY_NAME gks_qtplugin
#define QT_PLUGIN_USED_AS_PLUGIN_CODE 1

#include "qtplugin_impl.cxx"