Qt 4.6.1 Uic bug: change qt version test from == to <= as bug still here in 4.6.2
This commit is contained in:
parent
c4e7ff69f6
commit
e2684d5379
@ -34,7 +34,7 @@
|
||||
#if QT_VERSION < 0x040000
|
||||
#include "rclmain.h"
|
||||
#else
|
||||
#if QT_VERSION == 0x040601
|
||||
#if QT_VERSION >= 0x040601
|
||||
// 4.6.1 uic is broken
|
||||
#include "ui_rclmain.h-4.5"
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user