Files
iDescriptor/resources.qrc
T
uncor3 4b81d7bdf1 fix Windows build
- Updated README.md to include CMake command for installation.
- Improved win-deploy.cmake to handle executable path issues and added detailed logging for deployment steps.
- Introduced checks for runtime dependencies and optimized DLL copying logic to avoid unnecessary copies.
- Added additional MinGW runtime DLLs required for GStreamer and FFmpeg.
- Created idescriptor.rc for application versioning and resource management.
- Updated resources.qrc to include application icon.
- Modified AppsWidget to improve UI for install and download actions.
- Adjusted dnssd_service.h to conditionally include headers based on platform.
- Enhanced install_ipa.cpp with additional includes for better compatibility.
- Updated main.cpp to set up environment variables for GStreamer on Windows.
- Improved mainwindow.cpp to add a no devices detected page and integrate dependency checks.
- Cleaned up mainwindow.ui by removing unnecessary layout elements.
- Implemented check_deps.cpp and check_deps.h for verifying required dependencies on Windows.
- Created diagnose_dialog.cpp and diagnose_dialog.h for a dialog to display dependency checks.
- Developed diagnose_widget.cpp and diagnose_widget.h to manage and display dependency items.
- Enhanced sshterminalwidget.cpp to improve terminal handling on Windows.
- Updated welcomewidget.cpp to refine UI layout and spacing for better aesthetics.
2025-10-24 00:24:58 -07:00

52 lines
2.8 KiB
Plaintext

<RCC>
<qresource prefix="/">
<file>resources/icons/video-x-generic.png</file>
<file>resources/icons/MdiLightningBolt.png</file>
<file>resources/icons/MingcuteSettings7Line.png</file>
<file>resources/icons/ClarityHardDiskSolidAlerted.png</file>
<file>resources/icons/IcOutlinePowerSettingsNew.png</file>
<file>resources/icons/HugeiconsWrench01.png</file>
<file>resources/icons/IcTwotoneRestartAlt.png</file>
<file>resources/icons/MaterialSymbolsArrowUpwardAltRounded.png</file>
<file>resources/icons/LetsIconsImport.png</file>
<file>resources/icons/MaterialSymbolsArrowLeftAlt.png</file>
<file>resources/icons/MaterialSymbolsArrowRightAlt.png</file>
<file>resources/icons/PhExport.png</file>
<file>resources/icons/MaterialSymbolsLightKeyboardReturn.png</file>
<file>resources/icons/MaterialSymbolsFavorite.png</file>
<file>resources/icons/MdiLightMagnify.png</file>
<file>resources/icons/IcBaselineInsertDriveFile.png</file>
<file>resources/icons/MaterialSymbolsLightHome.png</file>
<file>resources/icons/app-icon/icon.ico</file>
<file>qml/MapView.qml</file>
<!-- TODO: -->
<!-- <file>resources/dump.js</file> -->
<file>resources/iphone.png</file>
<file>resources/ios-wallpapers/iphone-ios4.png</file>
<file>resources/ios-wallpapers/iphone-ios5.png</file>
<file>resources/ios-wallpapers/iphone-ios6.png</file>
<file>resources/ios-wallpapers/iphone-ios7.png</file>
<file>resources/ios-wallpapers/iphone-ios8.png</file>
<file>resources/ios-wallpapers/iphone-ios9.png</file>
<file>resources/ios-wallpapers/iphone-ios10.png</file>
<file>resources/ios-wallpapers/iphone-ios11.png</file>
<file>resources/ios-wallpapers/iphone-ios12.png</file>
<file>resources/ios-wallpapers/iphone-ios13.png</file>
<file>resources/ios-wallpapers/iphone-ios14.png</file>
<file>resources/ios-wallpapers/iphone-ios15.png</file>
<file>resources/ios-wallpapers/iphone-ios16.png</file>
<file>resources/ios-wallpapers/iphone-ios17.png</file>
<file>resources/ios-wallpapers/iphone-ios18.png</file>
<file>resources/ios-wallpapers/iphone-ios26.png</file>
<file>resources/iphone-mockups/iphone-3.png</file>
<file>resources/iphone-mockups/iphone-4.png</file>
<file>resources/iphone-mockups/iphone-5.png</file>
<file>resources/iphone-mockups/iphone-6.png</file>
<file>resources/iphone-mockups/iphone-x.png</file>
<file>resources/iphone-mockups/iphone-15.png</file>
<file>resources/iphone-mockups/iphone-16.png</file>
<file>resources/connect.png</file>
<file>resources/airplayer-tutorial.mp4</file>
<file>resources/ipad-mockups/ipad.png</file>
</qresource>
</RCC>