Skip to content
Snippets Groups Projects
Commit 1e168cdf authored by kh1's avatar kh1
Browse files

Suppress some warnings.

parent 37b06903
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ include(../../qtcreatorplugin.pri) ...@@ -11,6 +11,7 @@ include(../../qtcreatorplugin.pri)
include(../../libs/utils/utils.pri) include(../../libs/utils/utils.pri)
include(../../shared/scriptwrapper/scriptwrapper.pri) include(../../shared/scriptwrapper/scriptwrapper.pri)
include(coreplugin_dependencies.pri) include(coreplugin_dependencies.pri)
win32-msvc*:QMAKE_CXXFLAGS += -wd4251 -wd4290 -wd4250
INCLUDEPATH += dialogs \ INCLUDEPATH += dialogs \
actionmanager \ actionmanager \
editormanager \ editormanager \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment