Skip to content

Commit 202be61

Browse files
committed
fix(CMakeLists.txt): fix target name in deploy script
1 parent 4c98007 commit 202be61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install(TARGETS qSQLbrowser
4242
)
4343

4444
qt_generate_deploy_app_script(
45-
TARGET QSqlBrowser
45+
TARGET qSQLbrowser
4646
OUTPUT_SCRIPT deploy_script
4747
NO_UNSUPPORTED_PLATFORM_ERROR
4848
)

0 commit comments

Comments
 (0)