mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: do something make linux happy
This commit is contained in:
parent
223229b48f
commit
fc5cdf8fc7
@ -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()
|
||||
|
||||
@ -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/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user