##// END OF EJS Templates
Fix build issue with dynamic OpenGL configurations...
Miikka Heikkinen -
r2736:0bb942cf6654
parent child
Show More
@@ -85,3 +85,8 msvc {
85 # builds resulting from usage of str::sort
85 # builds resulting from usage of str::sort
86 QMAKE_CXXFLAGS_WARN_ON += -wd4267
86 QMAKE_CXXFLAGS_WARN_ON += -wd4267
87 }
87 }
88
89 win32:!winrt {
90 # ChartThemeSystem uses Windows native API
91 LIBS += user32.lib
92 }
General Comments 0
You need to be logged in to leave comments. Login now