georgemoralis
|
ed9ffbfb64
|
Remove Qt from emulator (#3733)
* actions removal
* removed qt dir
# Conflicts:
# src/qt_gui/check_update.cpp
# src/qt_gui/translations/ar_SA.ts
# src/qt_gui/translations/ca_ES.ts
# src/qt_gui/translations/da_DK.ts
# src/qt_gui/translations/de_DE.ts
# src/qt_gui/translations/el_GR.ts
# src/qt_gui/translations/en_US.ts
# src/qt_gui/translations/es_ES.ts
# src/qt_gui/translations/fa_IR.ts
# src/qt_gui/translations/fi_FI.ts
# src/qt_gui/translations/fr_FR.ts
# src/qt_gui/translations/hu_HU.ts
# src/qt_gui/translations/id_ID.ts
# src/qt_gui/translations/it_IT.ts
# src/qt_gui/translations/ja_JP.ts
# src/qt_gui/translations/ko_KR.ts
# src/qt_gui/translations/lt_LT.ts
# src/qt_gui/translations/nb_NO.ts
# src/qt_gui/translations/nl_NL.ts
# src/qt_gui/translations/pl_PL.ts
# src/qt_gui/translations/pt_BR.ts
# src/qt_gui/translations/pt_PT.ts
# src/qt_gui/translations/ro_RO.ts
# src/qt_gui/translations/ru_RU.ts
# src/qt_gui/translations/sl_SI.ts
# src/qt_gui/translations/sq_AL.ts
# src/qt_gui/translations/sr_CS.ts
# src/qt_gui/translations/sv_SE.ts
# src/qt_gui/translations/tr_TR.ts
# src/qt_gui/translations/uk_UA.ts
# src/qt_gui/translations/ur_PK.ts
# src/qt_gui/translations/vi_VN.ts
# src/qt_gui/translations/zh_CN.ts
# src/qt_gui/translations/zh_TW.ts
* removed CMakePresets for qt builds
* clear cmakelists from qt
* sync config file with qtlauncher
* fixing review stuff
* Remove Qt code from memory patcher and add non-Qt fallback for automatic loading of patches
The second feature is disabled if IPC is present, to avoid conflicts with it.
* Add json submodule
* More Qt removal
* Documentation update
* fix build
* fix REUSE?
* removed qrc file
* fix clang
* Simplify Qt installation instructions for macOS
Removed instructions for installing x86_64 Qt on ARM and x86_64 Macs.
* Remove Qt installation instructions from guide
Removed instructions for downloading and configuring Qt.
---------
Co-authored-by: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com>
|
2025-10-31 10:28:39 +02:00 |
|
Fire Cube
|
6eaec7a004
|
Add CMake Presets for Qt build and add auto-detection for Qt in Windows (#3141)
* add CMakePresets.json
* Update REUSE.toml
* fix vs
* impl
* adjust CMakeSettings.json
* add FindQt.cmake to reuse
* rename cmake file, add check before running cmake and add inheritation to presets
* add error check in cmake
* cleanup
* degrade not detected message and search only for x64 Qt
|
2025-06-25 17:02:02 +03:00 |
|
tGecko
|
938b9b9826
|
fix VS intellisense (#1104)
|
2024-09-27 09:03:42 +03:00 |
|
Xphalnos
|
71dda8c776
|
Separation between release mode and RelWithDebInfo (#186)
|
2024-06-10 22:59:28 +03:00 |
|
georgemoralis
|
bb40fa9d65
|
added clang configurations , removed buggy MSVC ones
|
2023-07-21 14:53:19 +03:00 |
|
georgemoralis
|
28aad0a5dc
|
Added sysv_abi , now parameters in sceVideoOutOpen is correct
|
2023-07-21 08:03:36 +03:00 |
|
georgemoralis
|
674ce7880a
|
creation of release configuration on cmake
|
2023-05-02 22:10:49 +03:00 |
|