support qt4 and qt5; refs #40

master
Marc Wäckerlin 11 years ago
parent 165a03bb29
commit fec3c4471b
  1. 2
      src/proxyface/proxyauth.hxx

@ -10,8 +10,10 @@
#include <proxyface/ui_proxyauth.hxx> #include <proxyface/ui_proxyauth.hxx>
#if QT_VERSION >= 0x050000 #if QT_VERSION >= 0x050000
#warning Qt 5
#include <QtWidgets/QDialog> #include <QtWidgets/QDialog>
#else #else
#warning Qt 4
#include <QtGui/QDialog> #include <QtGui/QDialog>
#endif #endif

Loading…
Cancel
Save