summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmake/opentrack-boilerplate.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index fc91e469..970d542d 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -1,7 +1,16 @@
include(opentrack-hier)
set(new-hier-path "#pragma once
+#include <QCoreApplication>
+#include <QString>
+
+#define OPENTRACK_BASE_PATH (([]() -> const QString& { \\
+ const static QString const__path___ = QCoreApplication::applicationDirPath(); \\
+ return const__path___; \\
+ })())
#define OPENTRACK_LIBRARY_PATH \"${opentrack-hier-path}\"
+#define OPENTRACK_DOC_PATH \"${opentrack-hier-doc}\"
+#define OPENTRACK_CONTRIB_PATH \"${opentrack-hier-doc}contrib/\"
")
set(hier-path-filename "${CMAKE_BINARY_DIR}/opentrack-library-path.h")