ENH: Allow build with Qt 4.2.
4.3 dependence fell out when errors go to output window instead of message box blocking cmake thread.
This commit is contained in:
parent
d22df5bef4
commit
96e11b3f90
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
SET(QT_MIN_VERSION "4.3.0")
|
SET(QT_MIN_VERSION "4.2.0")
|
||||||
FIND_PACKAGE(Qt4 REQUIRED)
|
FIND_PACKAGE(Qt4 REQUIRED)
|
||||||
|
|
||||||
IF(NOT QT4_FOUND)
|
IF(NOT QT4_FOUND)
|
||||||
|
|
|
@ -71,16 +71,7 @@
|
||||||
<enum>QFrame::Raised</enum>
|
<enum>QFrame::Raised</enum>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" >
|
<layout class="QGridLayout" >
|
||||||
<property name="leftMargin" >
|
<property name="margin" >
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="topMargin" >
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="rightMargin" >
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="bottomMargin" >
|
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="0" column="0" colspan="6" >
|
<item row="0" column="0" colspan="6" >
|
||||||
|
|
Loading…
Reference in New Issue