Skip to content

Commit

Permalink
Set sizing is public
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Feb 8, 2025
1 parent 19931a3 commit 1acb9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ set(SRC
set(HEADERS
nemoimageprovider.h
plugin.h
sizing.h
logging.h
themedaemon/mlocalthemedaemonclient.h
themedaemon/mabstractthemedaemonclient.h)

set(PUBLIC_HEADERS
theme.h)
theme.h
sizing.h)

add_library(${PACKAGE} SHARED ${SRC} ${MLITE})
add_definitions( -DQT_INSTALL_QML="${QT_INSTALL_QML}")
Expand Down

0 comments on commit 1acb9d8

Please sign in to comment.