chore: do something make linux happy

This commit is contained in:
x-tools-author 2024-03-30 22:55:28 +08:00
parent 223229b48f
commit fc5cdf8fc7
2 changed files with 5 additions and 5 deletions

View File

@ -158,15 +158,15 @@ function(x_tools_deploy_qt target)
return()
endif()
if(${WINDEPLOYQT_EXECUTABLE} STREQUAL "")
if(NOT ${WINDEPLOYQT_EXECUTABLE})
return()
endif()
if(WIN32)
x_tools_deploy_qt_for_windows(${target})
elseif(UNIX AND NOT APPLE)
x_tools_deploy_qt_for_linux(${target})
#x_tools_deploy_qt_for_linux(${target})
elseif(APPLE)
x_tools_deploy_qt_for_mac(${target})
#x_tools_deploy_qt_for_mac(${target})
endif()
endfunction()

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>510</width>
<height>264</height>
<height>272</height>
</rect>
</property>
<property name="windowTitle">
@ -117,7 +117,7 @@
<customwidget>
<class>xToolsTextFormatComboBox</class>
<extends>QComboBox</extends>
<header location="global">xtoolstextformatcombobox.h</header>
<header location="global">xToolsTextFormatComboBox.h</header>
</customwidget>
</customwidgets>
<resources/>