Fix release job trigger.
This commit is contained in:
@@ -36,6 +36,8 @@ install(
|
||||
RUNTIME DESTINATION bin
|
||||
)
|
||||
|
||||
# TODO: Separate plugins source code to plugins/ dir and add_subdir here
|
||||
|
||||
# Qtk Application
|
||||
if(QTK_GUI OR QTK_PLUGINS)
|
||||
add_subdirectory(app)
|
||||
|
||||
@@ -37,6 +37,7 @@ WidgetPluginCollection::WidgetPluginCollection(QObject * parent) :
|
||||
"Qtk::ToolBox",
|
||||
"toolbox.h",
|
||||
[](QWidget * parent) { return new Qtk::ToolBox(parent); }),
|
||||
// TODO: Add and test DebugConsole, separate source code into plugins/ dir
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user