ScreenRecorder: Remove empty qrc file

Change-Id: Idf547530ce918c302e4e9337d55d0c23e75c4c6f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Kandeler
2025-04-14 14:57:36 +02:00
parent cc7e316a03
commit 55973cc7dd
3 changed files with 0 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ add_qtc_plugin(ScreenRecorder
export.cpp export.h
ffmpegutils.cpp ffmpegutils.h
record.cpp record.h
screenrecorder.qrc
screenrecorderconstants.h
screenrecorderplugin.cpp
screenrecordersettings.cpp screenrecordersettings.h

View File

@@ -15,7 +15,6 @@ QtcPlugin {
"ffmpegutils.h",
"record.cpp",
"record.h",
"screenrecorder.qrc",
"screenrecorderconstants.h",
"screenrecorderplugin.cpp",
"screenrecordersettings.cpp",

View File

@@ -1,4 +0,0 @@
<RCC>
<qresource prefix="/screenrecorder">
</qresource>
</RCC>