Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 2, 2020
1 parent 36b26d1 commit 7f8de24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Expand Up @@ -41,7 +41,7 @@ PLUGININFO_FUNC SimulationSupportPluginInfo()
descriptions.insert("fr", QString::fromUtf8("une extension pour supporter des simulations."));

return new PluginInfo(PluginInfo::Category::Support, false, false,
{ "COMBINESupport", "DataStore" },
{ "COMBINESupport", "DataStore", "PythonQtSupport" },
descriptions);
}

Expand Down
8 changes: 0 additions & 8 deletions src/plugins/widget/EditorWidget/CMakeLists.txt
Expand Up @@ -2,14 +2,6 @@ project(EditorWidgetPlugin)

# Add the plugin

if(WIN32)
if(RELEASE_MODE)
set(MODE_DIR release)
else()
set(MODE_DIR debug)
endif()
endif()

add_plugin(EditorWidget
SOURCES
../../i18ninterface.cpp
Expand Down
Expand Up @@ -18,7 +18,7 @@ along with this program. If not, see <https://gnu.org/licenses>.
*******************************************************************************/

//==============================================================================
// Editor widget global
// Graph panel widget global
//==============================================================================

#pragma once
Expand Down

0 comments on commit 7f8de24

Please sign in to comment.