Skip to content

Commit ac76fe0

Browse files
committed
Update: [ResizeMouseArea]移动到[DelResizeMouseArea].
1 parent 0102215 commit ac76fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ if(CMAKE_BUILD_TYPE MATCHES "Release")
7171
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/WaterfallFlow.app -qmldir=WaterfallFlow
7272
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/Notification.app -qmldir=Notification
7373
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/Timeline.app -qmldir=Timeline
74-
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/ResizeMouseArea.app -qmldir=ResizeMouseArea
7574
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/WaveProgress.app -qmldir=WaveProgress
75+
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/DelResizeMouseArea.app -qmldir=DelResizeMouseArea
7676
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/DelAsyncHasher.app -qmldir=DelAsyncHasher
7777
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/DelRate.app -qmldir=DelRate
7878
COMMAND ${QT_DEPLOY_QT} ${CMAKE_SOURCE_DIR}/package/DelSystemThemeHelper.app -qmldir=DelSystemThemeHelper
@@ -122,8 +122,8 @@ if(CMAKE_BUILD_TYPE MATCHES "Release")
122122
COMMAND ${QT_DEPLOY_QT} --qmldir=WaterfallFlow --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/WaterfallFlow.exe
123123
COMMAND ${QT_DEPLOY_QT} --qmldir=Notification --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/Notification.exe
124124
COMMAND ${QT_DEPLOY_QT} --qmldir=Timeline --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/Timeline.exe
125-
COMMAND ${QT_DEPLOY_QT} --qmldir=ResizeMouseArea --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/ResizeMouseArea.exe
126125
COMMAND ${QT_DEPLOY_QT} --qmldir=WaveProgress --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/WaveProgress.exe
126+
COMMAND ${QT_DEPLOY_QT} --qmldir=DelResizeMouseArea --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/DelResizeMouseArea.exe
127127
COMMAND ${QT_DEPLOY_QT} --qmldir=DelAsyncHasher --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/DelAsyncHasher.exe
128128
COMMAND ${QT_DEPLOY_QT} --qmldir=DelRate --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/DelRate.exe
129129
COMMAND ${QT_DEPLOY_QT} --qmldir=DelSystemThemeHelper --no-translations --compiler-runtime ${CMAKE_SOURCE_DIR}/package/DelSystemThemeHelper.exe

0 commit comments

Comments
 (0)