Move caf.h/cpp to UiCore

This commit is contained in:
Magne Sjaastad 2023-05-10 10:28:22 +02:00
parent 3208abad19
commit 1c0649db77
4 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,6 @@ find_package(
set(QT_LIBRARIES Qt5::Core)
set(PROJECT_FILES
caf.h
caf.cpp
cafAssert.h
cafAppEnum.h
cafClassTypeName.h

View File

@ -68,6 +68,8 @@ set(PROJECT_FILES
cafIconProvider.h
cafFontTools.cpp
cafFontTools.h
caf.h
caf.cpp
)
# NOTE! Resources in this subfolder appends to the variable QRC_FILES in parent