Remove autoResize from CheckAllSensors check box

The definition of -UTQT_NO_COMPAT is no longer needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 6 years ago
parent c81da91996
commit 5f63794da4
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -58,7 +58,7 @@ include( ConfigureChecks.cmake )
###### global compiler settings
add_definitions( -DHAVE_CONFIG_H -UTQT_NO_COMPAT )
add_definitions( -DHAVE_CONFIG_H )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" )
set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" )

@ -766,9 +766,6 @@
<property name="text">
<string>Apply to all sensors</string>
</property>
<property name="autoResize">
<bool>true</bool>
</property>
</widget>
<spacer row="7" column="0">
<property name="name">

Loading…
Cancel
Save