From 2343a11c7a3e99ebeb355f7ad336c2a527e41887 Mon Sep 17 00:00:00 2001 From: EndrII <endriimail@gmail.com> Date: Sun, 19 Apr 2020 13:04:33 +0300 Subject: [PATCH] fix global file --- quasarapp_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quasarapp_global.h b/quasarapp_global.h index 23a2492..9c21341 100644 --- a/quasarapp_global.h +++ b/quasarapp_global.h @@ -3,7 +3,7 @@ #include <QtCore/qglobal.h> -#if defined(QUASARAAPP_LIBRARY) +#if defined(QUASARAPP_LIBRARY) # define QUASARAPPSHARED_EXPORT Q_DECL_EXPORT #else # define QUASARAPPSHARED_EXPORT Q_DECL_IMPORT