##// END OF EJS Templates
Fix mingw builds....
Miikka Heikkinen -
r2737:eba5b2aa1cb7
parent child
Show More
@@ -86,7 +86,7 msvc {
86 QMAKE_CXXFLAGS_WARN_ON += -wd4267
86 QMAKE_CXXFLAGS_WARN_ON += -wd4267
87 }
87 }
88
88
89 win32:!winrt {
89 win32:!winrt:!wince {
90 # ChartThemeSystem uses Windows native API
90 # ChartThemeSystem uses Windows native API
91 LIBS += user32.lib
91 LIBS += -luser32
92 }
92 }
General Comments 0
You need to be logged in to leave comments. Login now