Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTh0r0 committed Apr 14, 2024
1 parent 2fd6131 commit e850a5a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion application/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ target_compile_definitions(inyokaedit
APP_COPY="${PROJECT_COPYRIGHT}"
APP_DESC="${PROJECT_DESCRIPTION}"
QT_NO_FOREACH
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060600>
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060700>
)

target_link_libraries(inyokaedit
Expand Down
2 changes: 1 addition & 1 deletion application/application.pro
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ DEFINES += QT_NO_FOREACH

CONFIG(debug, debug|release) {
CONFIG += warn_on
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060600
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060700
}

isEmpty(PREVIEW) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/highlighter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_compile_definitions(highlighter
PLUGIN_VERSION="${PROJECT_VERSION}"
PLUGIN_COPY="${PROJECT_COPYRIGHT}"
QT_NO_FOREACH
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060600>
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060700>
)

target_link_libraries(highlighter
Expand Down
2 changes: 1 addition & 1 deletion plugins/highlighter/highlighter.pro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DEFINES += QT_NO_FOREACH

CONFIG(debug, debug|release) {
CONFIG += warn_on
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060600
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060700
}

HEADERS += highlighter.h \
Expand Down
2 changes: 1 addition & 1 deletion plugins/hotkey/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_compile_definitions(hotkey
PLUGIN_VERSION="${PROJECT_VERSION}"
PLUGIN_COPY="${PROJECT_COPYRIGHT}"
QT_NO_FOREACH
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060600>
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060700>
)

target_link_libraries(hotkey
Expand Down
2 changes: 1 addition & 1 deletion plugins/hotkey/hotkey.pro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DEFINES += QT_NO_FOREACH

CONFIG(debug, debug|release) {
CONFIG += warn_on
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060600
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060700
}

HEADERS += hotkey.h
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-hunspell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ target_compile_definitions(spellchecker-hunspell
PLUGIN_VERSION="${PROJECT_VERSION}"
PLUGIN_COPY="${PROJECT_COPYRIGHT}"
QT_NO_FOREACH
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060600>
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060700>
)

target_link_libraries(spellchecker-hunspell
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-hunspell/spellchecker-hunspell.pro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ DEFINES += QT_NO_FOREACH

CONFIG(debug, debug|release) {
CONFIG += warn_on
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060600
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060700
}

HEADERS += hunspellcheckdialog.h \
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-nuspell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ target_compile_definitions(spellchecker-nuspell
PLUGIN_VERSION="${PROJECT_VERSION}"
PLUGIN_COPY="${PROJECT_COPYRIGHT}"
QT_NO_FOREACH
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060600>
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060700>
)

target_link_libraries(spellchecker-nuspell
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-nuspell/spellchecker-nuspell.pro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ DEFINES += QT_NO_FOREACH

CONFIG(debug, debug|release) {
CONFIG += warn_on
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060600
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060700
}

HEADERS += nuspellcheckdialog.h \
Expand Down
2 changes: 1 addition & 1 deletion plugins/uu_knowledgebox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_compile_definitions(uu_knowledgebox
PLUGIN_VERSION="${PROJECT_VERSION}"
PLUGIN_COPY="${PROJECT_COPYRIGHT}"
QT_NO_FOREACH
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060600>
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060700>
)

target_link_libraries(uu_knowledgebox
Expand Down
2 changes: 1 addition & 1 deletion plugins/uu_knowledgebox/uu_knowledgebox.pro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DEFINES += QT_NO_FOREACH

CONFIG(debug, debug|release) {
CONFIG += warn_on
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060600
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060700
}

HEADERS += uu_knowledgebox.h
Expand Down
2 changes: 1 addition & 1 deletion plugins/uu_tabletemplate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_compile_definitions(uu_tabletemplate
PLUGIN_VERSION="${PROJECT_VERSION}"
PLUGIN_COPY="${PROJECT_COPYRIGHT}"
QT_NO_FOREACH
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060600>
$<$<CONFIG:DEBUG>:QT_DISABLE_DEPRECATED_BEFORE=0x060700>
)

target_link_libraries(uu_tabletemplate
Expand Down
2 changes: 1 addition & 1 deletion plugins/uu_tabletemplate/uu_tabletemplate.pro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DEFINES += QT_NO_FOREACH

CONFIG(debug, debug|release) {
CONFIG += warn_on
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060600
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060700
}

isEmpty(PREVIEW) {
Expand Down

0 comments on commit e850a5a

Please sign in to comment.