Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/qt/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Qt 使用Debild在Ubuntu上构建我的应用程序:如何找到导致${shlibs:dependens}中出现特定依赖项的原因_Qt_Ubuntu_Dependencies_Qt5 - Fatal编程技术网

Qt 使用Debild在Ubuntu上构建我的应用程序:如何找到导致${shlibs:dependens}中出现特定依赖项的原因

Qt 使用Debild在Ubuntu上构建我的应用程序:如何找到导致${shlibs:dependens}中出现特定依赖项的原因,qt,ubuntu,dependencies,qt5,Qt,Ubuntu,Dependencies,Qt5,我正在Ubuntu上构建我的Qt5应用程序,15.10或14.04,使用Debild。我可以查看创建的.subsvars文件,查看${shlibs:dependens}扩展到什么,它包括qtbase-abi-5-4-2 我如何才能找出导致这种特定依赖性的原因?我不是linux爱好者,但肯定有一些东西可以查看可执行文件,或者debuild的输出中的一些东西,并告诉我为什么我有这个版本特定的依赖性

我正在Ubuntu上构建我的Qt5应用程序,15.10或14.04,使用Debild。我可以查看创建的.subsvars文件,查看
${shlibs:dependens}
扩展到什么,它包括
qtbase-abi-5-4-2

我如何才能找出导致这种特定依赖性的原因?我不是linux爱好者,但肯定有一些东西可以查看可执行文件,或者debuild的输出中的一些东西,并告诉我为什么我有这个版本特定的依赖性