Merge branch 'develop' into feature/launcherconfigs

This commit is contained in:
Matthew Territo
2017-02-14 08:56:40 -07:00
4 changed files with 6 additions and 6 deletions

View File

@@ -83,14 +83,14 @@ QCheckBox::indicator {
}
QCheckBox::indicator::unchecked {
border: 1px solid #5A5A5A;
background: transparent;
background: #a10000;
}
QCheckBox::indicator:unchecked:hover {
border: 1px solid #DDDDDD;
}
QCheckBox::indicator::checked {
border: 1px solid #AAAAAA;
background: #666666;
border: 1px solid #5A5A5A;
background: #8dc73f;
}
QCheckBox::indicator:checked:hover {
border: 1px solid #DDDDDD;

View File

@@ -63,7 +63,7 @@ create_new_module(
endif ()
set_property(TARGET ccmc PROPERTY FOLDER "External")
if (TARGET cdf)
if (OPENSPACE_DISABLE_EXTERNAL_WARNINGS)
if (GHOUL_DISABLE_EXTERNAL_WARNINGS)
if (MSVC)
target_compile_options(cdf PUBLIC "/W0" "/MP")
else ()