summaryrefslogtreecommitdiffhomepage
path: root/csv
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-11-01 09:09:25 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-11-01 09:09:25 +0100
commit0497f57268e8be7af69d37e24fa356e441c0d5f6 (patch)
tree26db6419e41f57806607f7a8e57f6875317b905e /csv
parentf90b77dd5e342ebc45259051d23d6396f37c660d (diff)
cmake: less linkage boilerplate
Diffstat (limited to 'csv')
-rw-r--r--csv/csv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/csv/csv.h b/csv/csv.h
index 7ae1ad5c..e5a37793 100644
--- a/csv/csv.h
+++ b/csv/csv.h
@@ -7,7 +7,7 @@
#include <QRegExp>
#include <QtGlobal>
-#ifdef BUILD_opentrack_csv
+#ifdef BUILD_csv
# define CSV_EXPORT Q_DECL_EXPORT
#else
# define CSV_EXPORT Q_DECL_IMPORT