@@ -0,0 +1,5 | |||||
|
1 | #!/usr/bin/env python3 | |||
|
2 | import sys | |||
|
3 | import os | |||
|
4 | sys.path.append(os.path.dirname(__file__)+'/core/DebugHelpers') | |||
|
5 | from datetimerange import * No newline at end of file |
@@ -30,6 +30,7 endif() | |||||
30 | if(NOT CMAKE_BUILD_TYPE) |
|
30 | if(NOT CMAKE_BUILD_TYPE) | |
31 | set(CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE) |
|
31 | set(CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE) | |
32 | endif() |
|
32 | endif() | |
|
33 | set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0") | |||
33 |
|
34 | |||
34 | find_package(Qt5 COMPONENTS Core Widgets Network PrintSupport Svg Test REQUIRED) |
|
35 | find_package(Qt5 COMPONENTS Core Widgets Network PrintSupport Svg Test REQUIRED) | |
35 |
|
36 | |||
@@ -60,4 +61,4 endif() | |||||
60 | add_subdirectory(gui) |
|
61 | add_subdirectory(gui) | |
61 | add_subdirectory(app) |
|
62 | add_subdirectory(app) | |
62 | add_subdirectory(plugins) |
|
63 | add_subdirectory(plugins) | |
63 | add_subdirectory(docs) |
|
64 | #add_subdirectory(docs) |
General Comments 0
You need to be logged in to leave comments.
Login now