Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Fix plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
crackedmind committed Mar 3, 2021
1 parent 8e97b06 commit cba4d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ find_package(QtCreator COMPONENTS Core REQUIRED)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets REQUIRED)
set(QtX Qt${QT_VERSION_MAJOR})

add_qtc_plugin(vcreator
add_qtc_plugin(Vcreator
PLUGIN_DEPENDS
QtCreator::Core QtCreator::LanguageClient QtCreator::ProjectExplorer QtCreator::TextEditor
DEPENDS
Expand Down

0 comments on commit cba4d54

Please sign in to comment.