again widgets in qt5; refs #40
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
// 1 2 3 4 5 6 7 8
|
||||
// 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <QtWidgets/QApplication>
|
||||
#else
|
||||
#include <QtGui/QApplication>
|
||||
#endif
|
||||
#include <proxyface/proxy.hxx>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
Reference in New Issue
Block a user