summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/main-settings.hpp2
-rw-r--r--opentrack/version.C5
2 files changed, 7 insertions, 0 deletions
diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp
index 6f78ac82..841d3bca 100644
--- a/opentrack/main-settings.hpp
+++ b/opentrack/main-settings.hpp
@@ -2,6 +2,8 @@
#include <QString>
#include "opentrack/options.hpp"
+#include "opentrack/plugin-api.hpp"
+
using namespace options;
struct key_opts {
diff --git a/opentrack/version.C b/opentrack/version.C
new file mode 100644
index 00000000..0ef4ec14
--- /dev/null
+++ b/opentrack/version.C
@@ -0,0 +1,5 @@
+#ifdef IN_VERSION_UNIT
+# define IN_CRAPOLA_COMPILE_UNIT
+volatile const char* opentrack_version = OPENTRACK_VERSION;
+#else
+#endif