]> git.lyx.org Git - lyx.git/blobdiff - development/tools/header_check.sh
Add some localized (Russian) cliparts, by Yuriy
[lyx.git] / development / tools / header_check.sh
index 881fe1a6875a588945e87b624891eec2907b2d36..5bdfc65a72844499fbf0185e85d397fcd3ebdd20 100755 (executable)
@@ -78,7 +78,7 @@ make -j${NCORES} 2>&1 >/dev/null || exit
 echo "BUILD_FN exited without error after removing the following include statements invididually:" > "${LOG_FILE}" \
 || { echo "ERROR: could not create log file, ${LOG_FILE}"; exit 1; }
 
-find -regex ".*\(cpp\|h\)$" |  grep -vE "frontends/qt4/ui_|frontends/qt4/moc_" | sort |
+find -regex ".*\(cpp\|h\)$" |  grep -vE "frontends/qt/ui_|frontends/qt/moc_" | sort |
 while read FILE_
 do
        FILE_COPY=$( tempfile )