mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-19 12:12:08 +01:00
Martin Tůma
347212f012
As for now, this is just for Qt debuging as multiple stuff is broken in Qt 6.8.1 - The new style has serious render issues - Reading files in a directory is by multiple order of magnitude slower - The zoom gestures do not work reliably Qt versions prior to 6.8.1 are completely unusable due to the broken main menu.
22 lines
727 B
XML
22 lines
727 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<resources>
|
|
<!-- DO NOT EDIT THIS: This file is populated automatically by the deployment tool. -->
|
|
|
|
<array name="bundled_libs">
|
|
<!-- %%INSERT_EXTRA_LIBS%% -->
|
|
</array>
|
|
|
|
<array name="qt_libs">
|
|
<!-- %%INSERT_QT_LIBS%% -->
|
|
</array>
|
|
|
|
<array name="load_local_libs">
|
|
<!-- %%INSERT_LOCAL_LIBS%% -->
|
|
</array>
|
|
|
|
<string name="static_init_classes"><!-- %%INSERT_INIT_CLASSES%% --></string>
|
|
<string name="use_local_qt_libs"><!-- %%USE_LOCAL_QT_LIBS%% --></string>
|
|
<string name="bundle_local_qt_libs"><!-- %%BUNDLE_LOCAL_QT_LIBS%% --></string>
|
|
<string name="system_libs_prefix"><!-- %%SYSTEM_LIBS_PREFIX%% --></string>
|
|
</resources>
|