again widgets in qt5; refs #40

master
Marc Wäckerlin 11 years ago
parent 4a4a2b3f93
commit a0c134287c
  1. 4
      examples/simplegui.cxx

@ -5,7 +5,11 @@
// 1 2 3 4 5 6 7 8 // 1 2 3 4 5 6 7 8
// 45678901234567890123456789012345678901234567890123456789012345678901234567890 // 45678901234567890123456789012345678901234567890123456789012345678901234567890
#if QT_VERSION >= 0x050000
#include <QtWidgets/QApplication>
#else
#include <QtGui/QApplication> #include <QtGui/QApplication>
#endif
#include <proxyface/proxy.hxx> #include <proxyface/proxy.hxx>
int main(int argc, char** argv) { int main(int argc, char** argv) {

Loading…
Cancel
Save