# qt.conf — relocatable Qt path resolution for the Linux IFW (.run) install. # # Staged into /bin/ beside the FinceptTerminal binary. Qt reads it # relative to the executable's directory, so Prefix=.. points at the install # root and Qt finds the bundled libs/plugins that linuxdeploy placed under # lib/ and plugins/ — at ANY chosen install location, with no AppRun launcher # and no LD_LIBRARY_PATH/QT_PLUGIN_PATH env vars. # # Layout produced by linuxdeploy (AppDir/usr → install root): # /bin/FinceptTerminal /lib/*.so /plugins// [Paths] Prefix = .. Libraries = lib Plugins = plugins Imports = qml Qml2Imports = qml