LIB_ID to kicommon

This commit is contained in:
Marek Roszko 2023-09-10 14:29:40 -04:00
parent f0987821b5
commit a4bf2ff41d
2 changed files with 3 additions and 2 deletions

View File

@ -44,6 +44,7 @@ add_library( singletop STATIC EXCLUDE_FROM_ALL
# as APIEXPORT
set( KICOMMON_SRCS
exceptions.cpp
lib_id.cpp
locale_io.cpp
richio.cpp
string_utils.cpp
@ -405,7 +406,6 @@ set( COMMON_SRCS
languages_menu.cpp
launch_ext.cpp
layer_id.cpp
lib_id.cpp
lib_table_base.cpp
lib_table_grid_tricks.cpp
lib_tree_model.cpp

View File

@ -26,6 +26,7 @@
#ifndef _LIB_ID_H_
#define _LIB_ID_H_
#include <kicommon.h>
#include <core/utf8.h>
/**
@ -44,7 +45,7 @@
*
* @author Dick Hollenbeck
*/
class LIB_ID
class KICOMMON_API LIB_ID
{
public:
LIB_ID() {}