Update CMakeLists.txt and hole_tool.cpp
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user