Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolcha committed Sep 10, 2024
1 parent a32b084 commit ffb4c27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/any_zoom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project(any_zoom VERSION 3.0.1 LANGUAGES CXX)

qt_add_plugin(${PROJECT_NAME} CLASS_NAME AnyZoomPlugin
qt_add_plugin(${PROJECT_NAME} CLASS_NAME AnyZoomPluginFactory
gui/settings_widget.cpp
gui/settings_widget.hpp
gui/settings_widget.ui
Expand Down
2 changes: 1 addition & 1 deletion plugins/chime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project(chime VERSION 2.0.1 LANGUAGES CXX)

qt_add_plugin(${PROJECT_NAME} CLASS_NAME ChimePlugin
qt_add_plugin(${PROJECT_NAME} CLASS_NAME ChimePluginFactory
gui/settings_widget.cpp
gui/settings_widget.hpp
gui/settings_widget.ui
Expand Down
2 changes: 1 addition & 1 deletion plugins/date/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project(date VERSION 2.0.1 LANGUAGES CXX)

qt_add_plugin(${PROJECT_NAME} CLASS_NAME DatePlugin
qt_add_plugin(${PROJECT_NAME} CLASS_NAME DatePluginFactory
gui/settings_widget.hpp
gui/settings_widget.cpp
gui/settings_widget.ui
Expand Down
2 changes: 1 addition & 1 deletion plugins/quick_note/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project(quick_note VERSION 2.0.1 LANGUAGES CXX)

qt_add_plugin(${PROJECT_NAME} CLASS_NAME QuickNotePlugin
qt_add_plugin(${PROJECT_NAME} CLASS_NAME QuickNotePluginFactory
quick_note_plugin.cpp
quick_note_plugin.hpp
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/sample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project(sample VERSION 0.1.1 LANGUAGES CXX)

qt_add_plugin(${PROJECT_NAME} CLASS_NAME SamplePlugin
qt_add_plugin(${PROJECT_NAME} CLASS_NAME SamplePluginFactory
sample_plugin.cpp
sample_plugin.hpp
)
Expand Down

0 comments on commit ffb4c27

Please sign in to comment.