Nicolas Winkler 5 lat temu
rodzic
commit
6b6b6efd6a
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      BackgroundTask.cpp
  2. 1 1
      libmandel/CMakeLists.txt

+ 1 - 1
BackgroundTask.cpp

@@ -1,6 +1,6 @@
 #include "BackgroundTask.h"
 
-BackgroundTask::BackgroundTask()
+BackgroundTask::BackgroundTask(QRunnable* q)
 {
 
 }

+ 1 - 1
libmandel/CMakeLists.txt

@@ -40,7 +40,7 @@ FILE(GLOB MandelHeaders include/*.h)
 if (ARCH STREQUAL "X86_64" OR ARCH STREQUAL "X86")
     list(APPEND MandelSources src/CpuGeneratorsAVX.cpp src/CpuGeneratorsAVXFMA.cpp src/CpuGeneratorsSSE2.cpp)
 elseif(ARCH STREQUAL "ARM")
-    list(APPEND MandelSources src/CpuGeneratorsNeon.cpp)
+    #list(APPEND MandelSources src/CpuGeneratorsNeon.cpp)
 endif()
 
 #    message(${MandelSources})