equal
deleted
inserted
replaced
41 |
41 |
42 #include <qscreendriverplugin_qws.h> |
42 #include <qscreendriverplugin_qws.h> |
43 #include <qscreenvfb_qws.h> |
43 #include <qscreenvfb_qws.h> |
44 #include <qstringlist.h> |
44 #include <qstringlist.h> |
45 |
45 |
|
46 #ifndef QT_NO_LIBRARY |
46 QT_BEGIN_NAMESPACE |
47 QT_BEGIN_NAMESPACE |
47 |
48 |
48 class ScreenVfbDriver : public QScreenDriverPlugin |
49 class ScreenVfbDriver : public QScreenDriverPlugin |
49 { |
50 { |
50 public: |
51 public: |
76 |
77 |
77 Q_EXPORT_STATIC_PLUGIN(ScreenVfbDriver) |
78 Q_EXPORT_STATIC_PLUGIN(ScreenVfbDriver) |
78 Q_EXPORT_PLUGIN2(qscreenvfb, ScreenVfbDriver) |
79 Q_EXPORT_PLUGIN2(qscreenvfb, ScreenVfbDriver) |
79 |
80 |
80 QT_END_NAMESPACE |
81 QT_END_NAMESPACE |
|
82 #endif //QT_NO_LIBRARY |