From f107a03e606f0bbb24091ffad1fa1407d2c7290e Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Tue, 21 Feb 2017 13:43:16 +0100 Subject: [PATCH] fix link warning --- src/app/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index 22e992d7901..08814a79fd7 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -15,10 +15,6 @@ * * ***************************************************************************/ -#ifdef _MSC_VER -#undef APP_EXPORT -#define APP_EXPORT __declspec(dllimport) -#endif //qt includes #include