blob: db7be800e38525f65521151849afdb0d6716aace (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64c18a2..75c2fb7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,7 +97,7 @@ endif(Qt5Core_FOUND AND Qt5Widgets_FOUND AND Qt5Gui_FOUND AND Qt5PrintSupport_FO
if(FORCEQt4)
add_definitions(-DQTVERSIONSUFFIX="")
else(FORCEQt4)
- add_definitions(-DQTVERSIONSUFFIX="\\\"-qt5\\\"")
+ add_definitions(-DQTVERSIONSUFFIX="-qt5")
endif(FORCEQt4)
# and OpenBabel2
|