Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 QT 插件开发一个 QT 应用程序。我的插件需要外部库(.dll)才能运行。我想将所有插件放在每个插件的文件夹中的“插件”文件夹中。在每个文件夹中,我想将库链接放入插件。此时,我必须将所有插件的所有库放在我的应用程序的可执行文件旁边。
您是否有任何想法将插件外部应用程序的路径提供给主应用程序?