Suppress some warnings.

This commit is contained in:
kh1
2010-07-23 11:20:34 +02:00
parent 37b06903d3
commit 1e168cdf8f

View File

@@ -11,6 +11,7 @@ include(../../qtcreatorplugin.pri)
include(../../libs/utils/utils.pri)
include(../../shared/scriptwrapper/scriptwrapper.pri)
include(coreplugin_dependencies.pri)
win32-msvc*:QMAKE_CXXFLAGS += -wd4251 -wd4290 -wd4250
INCLUDEPATH += dialogs \
actionmanager \
editormanager \