Update CMakeLists.txt and hole_tool.cpp

This commit is contained in:
p620
2020-10-14 01:50:53 +03:00
parent 1987cd8703
commit 4cd2bdfcdd
2 changed files with 3 additions and 5 deletions

View File

@@ -227,12 +227,9 @@ COLLECT_FILES(false shaders src/glsl .glsl)
IF(WIN32) IF(WIN32)
set ( os_sources set ( os_sources
include/win/StackWalker.cpp include/win/StackWalker.cpp)
)
set ( os_headers set ( os_headers
include/win/StackWalker.h include/win/StackWalker.h)
src/noggit/ui/hole_tool.cpp src/noggit/ui/hole_tool.hpp)
ENDIF(WIN32) ENDIF(WIN32)
COLLECT_FILES(true headers_to_moc src/noggit ".h;.hpp") COLLECT_FILES(true headers_to_moc src/noggit ".h;.hpp")

View File

@@ -1,5 +1,6 @@
// This file is part of Noggit3, licensed under GNU General Public License (version 3). // This file is part of Noggit3, licensed under GNU General Public License (version 3).
#include "hole_tool.hpp" #include "hole_tool.hpp"
#include <cmath>
#include <QtWidgets/QVBoxLayout> #include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QFormLayout> #include <QtWidgets/QFormLayout>