QTの学習を始めたいです。私はUbuntuを使用しているので、ソフトウェアセンターからQTをインストールし、HTML5プロジェクトを作成して実行しようとしましたが、多くのエラーが発生したため、次のことを実行していくつかを解決しました:
sudo apt-get install qtquick1-5-dev qtlocation5-dev qtsensors5-dev qtdeclarative5-dev
sudo apt-get install libxslt1-dev
しかし、まだこれを取得しています:
:-1: error: cannot find -lgio-2.0
:-1: error: cannot find -lgstapp-0.10
:-1: error: cannot find -lgstinterfaces-0.10
:-1: error: cannot find -lgstpbutils-0.10
:-1: error: cannot find -lgstvideo-0.10
:-1: error: cannot find -lgstbase-0.10
:-1: error: cannot find -lgstreamer-0.10
:-1: error: cannot find -lgobject-2.0
:-1: error: cannot find -lgmodule-2.0
:-1: error: cannot find -lgthread-2.0
:-1: error: cannot find -lglib-2.0
:-1: error: cannot find -lsqlite3
どうすればいいですか、不足しているすべてのライブラリをインストールするにはどうすればよいですか?