Move some files from ext to src

This commit is contained in:
Jonas Kvinge
2021-07-21 17:29:00 +02:00
parent 78ccce7d1a
commit 16625b1dc7
6 changed files with 1 additions and 4 deletions

View File

@@ -14,10 +14,6 @@ set(HEADERS
core/workerpool.h
)
if(APPLE)
list(APPEND SOURCES core/scoped_nsautorelease_pool.mm)
endif(APPLE)
if(BUILD_WITH_QT6)
qt6_wrap_cpp(MOC ${HEADERS})
else()