summaryrefslogtreecommitdiffhomepage
path: root/qxt-mini/qxtglobal.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-11-01 08:36:28 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-11-01 08:49:12 +0100
commitcc16fd0121fe79ae1fd9539a606c19827f64bc23 (patch)
treed141902716ea4b8e563d9e708c3e99671d791f40 /qxt-mini/qxtglobal.h
parent73921613ddddc8d1f8e0caed21ab8dd490a74eb1 (diff)
use newly-added preprocessor variable
Diffstat (limited to 'qxt-mini/qxtglobal.h')
-rw-r--r--qxt-mini/qxtglobal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qxt-mini/qxtglobal.h b/qxt-mini/qxtglobal.h
index 574482ae..64fd35dc 100644
--- a/qxt-mini/qxtglobal.h
+++ b/qxt-mini/qxtglobal.h
@@ -51,6 +51,12 @@
#define QXT_DLLEXPORT DO_NOT_USE_THIS_ANYMORE
+#ifdef BUILD_opentrack_qxt_mini
+# define QXT_BUILD
+# define BUILD_QXT_GUI
+# define BUILD_QXT
+#endif
+
#ifdef QXT_BUILD
# if defined(BUILD_QXT_CORE)
# define QXT_CORE_EXPORT Q_DECL_EXPORT