簡體   English   中英

是否可以使用在 ZAEA23489CE3AA9B43006EBB28EZA 上運行的 Qt 5.12 構建針對 Windows XP 的 Qt 應用程序?

[英]Is it possible to Build a Qt app targeting Windows XP using Qt 5.12 running on Windows 10?

我們決定開發一款與 Windows XP 兼容的 POS 應用程序,因為印度 40% 的小規模店主正在使用具有 512 MB RAM 的 windows XP 系統

We decided to try Qt creater since it's C++ based development because C++ based GUI consumes less RAM due to native code complied whereas.Net framework based apps took more memory since it runs above CLR

現在我們的問題是,

我們得知 Qt 創建者停止支持 XP

現在的困惑是,是 IDE 停止支持還是整個框架停止支持

例如,Visual Studio 2019 不支持 XP

但是我們能夠通過 Targeting.Net 框架 4.0 在 windows 10 中使用 VS 2019 開發與 XP 兼容的應用程序。 現在我需要知道同樣的程序是否也適用於 Qt 5.12

That is, Am I able to build a Qt app using Qt 5.12 running in windows 10 by Targeting windows XP by choosing a older versions of Qt framework in the same way I chose.Net 4.0 for XP in VS 2019? . 或者我必須下載 Qt 5.5 才能為 XP 構建?

No, you can't use Qt 5.12 to target Windows Xp, you will need to get an older version of Qt, according to this wiki page Qt 5.6 is the newest that still have Xp support.

此外,Visual Studio 2019 不支持 Xp,您需要安裝較舊的工具集 (v141) 才能以 Xp 為目標,請在此處此處閱讀有關 msdn 的更多信息

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM