LIB_ID to kicommon
This commit is contained in:
parent
f0987821b5
commit
a4bf2ff41d
|
@ -44,6 +44,7 @@ add_library( singletop STATIC EXCLUDE_FROM_ALL
|
||||||
# as APIEXPORT
|
# as APIEXPORT
|
||||||
set( KICOMMON_SRCS
|
set( KICOMMON_SRCS
|
||||||
exceptions.cpp
|
exceptions.cpp
|
||||||
|
lib_id.cpp
|
||||||
locale_io.cpp
|
locale_io.cpp
|
||||||
richio.cpp
|
richio.cpp
|
||||||
string_utils.cpp
|
string_utils.cpp
|
||||||
|
@ -405,7 +406,6 @@ set( COMMON_SRCS
|
||||||
languages_menu.cpp
|
languages_menu.cpp
|
||||||
launch_ext.cpp
|
launch_ext.cpp
|
||||||
layer_id.cpp
|
layer_id.cpp
|
||||||
lib_id.cpp
|
|
||||||
lib_table_base.cpp
|
lib_table_base.cpp
|
||||||
lib_table_grid_tricks.cpp
|
lib_table_grid_tricks.cpp
|
||||||
lib_tree_model.cpp
|
lib_tree_model.cpp
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#ifndef _LIB_ID_H_
|
#ifndef _LIB_ID_H_
|
||||||
#define _LIB_ID_H_
|
#define _LIB_ID_H_
|
||||||
|
|
||||||
|
#include <kicommon.h>
|
||||||
#include <core/utf8.h>
|
#include <core/utf8.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -44,7 +45,7 @@
|
||||||
*
|
*
|
||||||
* @author Dick Hollenbeck
|
* @author Dick Hollenbeck
|
||||||
*/
|
*/
|
||||||
class LIB_ID
|
class KICOMMON_API LIB_ID
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LIB_ID() {}
|
LIB_ID() {}
|
||||||
|
|
Loading…
Reference in New Issue