3

SDK: Windows 7 で動作する Qt Creator 2.4.1 (Qt 4.7.4 (32 ビット))
ソフトウェア: libqxt
最終ターゲット プラットフォーム: Harmattan (Nokia N9)

私はqt-Brisaを使用すると思われるアプリケーションを開発していますが、これはlibqxtを使用するため、libqxtをインストールしようとしています。

最後に、Nokia N9 (Harmattan) アプリケーションを実行しているので、libqxt の静的ライブラリが必要です

ただし、コマンド プロンプトまたは Qt Creator を使用して libqxt をインストールしようとすると、問題が発生します。

Qt Creator を使用してビルドするのが正しい方法だと思いますか?

1を試す

コマンド プロンプト アプローチの使用 ( http://dev.libqxt.org/libqxt/wiki/user_guideによる)

C:\QtSDK\Desktop\Qt\4.8.1\msvc2010\bin

configure.bat -static -no-db -debug_and_release
   Testing for qmake...
   Testing for mingw32-make...
   Testing for nmake...
   Testing for GNU make...
       Using GNU make.
   Testing for optional external libraries.
   If tests fail, some features will not be available.
   Testing for Zero Conf...
       Zero Conf disabled.
   Configuration successful.
   Generating makefiles...
Project MESSAGE: building docs
Project MESSAGE: building core module
Project MESSAGE: building widgets module
Project MESSAGE: building network module
Project MESSAGE: building sql module
Project MESSAGE: building web module
Reading C:/temp/Project/libqxt/libqxt/tools/3rdparty/qdoc3/qdoc3.pro
Reading C:/temp/Project/libqxt/libqxt/src/core/core.pro
Reading C:/temp/Project/libqxt/libqxt/src/widgets/widgets.pro
Project MESSAGE: Warning: unknown QT: widgets
Project MESSAGE: Warning: unknown QT: widgets
Project MESSAGE: Warning: unknown QT: widgets
Reading C:/temp/Project/libqxt/libqxt/src/designer/designer.pro
Project MESSAGE: Warning: unknown QT: widgets
Project MESSAGE: Warning: unknown QT: widgets
Project MESSAGE: Warning: unknown QT: widgets
Project MESSAGE: Warning: unknown QT: widgets
Project MESSAGE: Warning: unknown QT: widgets
Project MESSAGE: Warning: unknown QT: widgets
Reading C:/temp/Project/libqxt/libqxt/src/network/network.pro
Reading C:/temp/Project/libqxt/libqxt/tools/jsonrpcclient/jsonrpcclient.pro
Reading C:/temp/Project/libqxt/libqxt/src/sql/sql.pro
Reading C:/temp/Project/libqxt/libqxt/src/web/web.pro
   Makefiles generated. Run make now.

make
Makefile:280: *** multiple target patterns.  Stop.

QmakeではなくGNU makeを使用しているのはなぜですか、それとも何か間違っているのですか?

トライ2

Qt クリエーターの使用

また、libqxt プロジェクトを Creator にロードしようとしましたが (これを優先したいと思います)、コンパイル出力ウィンドウに次のように表示されます。

 11:05:50: Running build steps for project libqxt...
 11:05:50: Starting: "c:\qtsdk\desktop\qt\4.8.1\msvc2010\bin\qmake.exe"
 C:\temp\Project\libqxt\libqxt\libqxt.pro -r -spec win32-msvc2010 "CONFIG+=declarative_debug"
 WARNING: features.path is not defined: install target not created

 11:05:50: The process "c:\qtsdk\desktop\qt\4.8.1\msvc2010\bin\qmake.exe" exited normally.
 11:05:50: Starting: "C:\QtSDK\QtCreator\bin\jom.exe" 

 jom 1.0.6 - empower your cores

 11:05:51: The process "C:\QtSDK\QtCreator\bin\jom.exe" exited normally.

しかし、それもコンパイルされませんでした
(警告: features.path が定義されていません: インストールターゲットが作成されていません)

コンパイル時に、libqxt を Qt 環境の残りの部分に「追加」して、別のプロジェクトが libqxt ライブラリを「表示」できるようにするにはどうすればよいですか?

よろしくステファン

4

0 に答える 0