跳到內容

Installation and Deployment

Your Qt just doesn't want to build? Your compiler can't find the libs? Here's where you find comfort and understanding. And help.
9.8k 主題 51.2k 貼文
  • Sorry but im done with QT

    Unsolved
    17
    0 評價
    17 貼文
    4k 瀏覽
    F
    I deinstalled my Antivirus, cleaned my TMP Directory and still get the Timeout. But after some tries now im able to install it again.
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    9 瀏覽
    尚無回覆
  • Xcode update kills Qt

    Solved
    3
    0 評價
    3 貼文
    1k 瀏覽
    ModelTechM
    Ok. Solution was to remove my existing Qt5.9.1 and install Qt5.9.2...
  • vs2017 with Qt!

    Solved
    8
    0 評價
    8 貼文
    3k 瀏覽
    SGaistS
    Good ! Then please, mark the thread the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :) Happy hacking !
  • How to use Qt creator with source built qt

    Unsolved designer creator qt5.9.1
    2
    0 評價
    2 貼文
    1k 瀏覽
    sierdzioS
    Qt Designer is included in Qt sources and works only for UI files. Qt Creator (the IDE) is a separate application and a separate project. You need to install or compile it first, for example from qt.io/downloads. Once you have Qt Creator installer, you need to open the settings, add your Qt Version, then add a so called Kit (which is Qt Version + compiler bundle), and then you are ready to go. If you want to avoid all that hassle, use the Qt installer from the link above - it will install Qt, Qt Creator, and set everything up for you, completely automatically.
  • undefined symbol: _ZN7QWidget8qwsEventEP8QWSEvent

    Solved
    20
    0 評價
    20 貼文
    6k 瀏覽
    S
    @Sarath-AK Finally my meta-toolchain-qt working for my target , Thank you for your cooperation.
  • Not able to compile anything after installation Qt 5.9.1

    Unsolved
    2
    0 評價
    2 貼文
    997 瀏覽
    SGaistS
    Hi and welcome to devnet, What exactly did you install ? You seem to have some sort of mess between MinGW and Visual Studio. If you want to use only VS2017, then just install the Qt for VS2017 package.
  • Visual Studio 2015 create standalone release application

    Solved
    8
    0 評價
    8 貼文
    3k 瀏覽
    SGaistS
    Glad you got it working and thanks for sharing. Since you have it running now, please mark the thread as solved using the "Topic Tools" button so that other form users may know a solution has been found :)
  • Unattended/silent/quiet installation of Qt 5.8 on Windows

    Unsolved
    2
    0 評價
    2 貼文
    2k 瀏覽
    D
    I would like to install Qt 5.8 using the qt-enterprise-windows-x86-msvc2015_64-5.8.0.exe installer. I have tried using a controller script as advised in other posts but this still brings up the interactive installer: qt-enterprise-windows-x86-msvc2015_64-5.8.0.exe --script qt-installer-noninteractive.qt The script qt-installer-noninteractive.qt script looks as follows: function Controller() { installer.setDefaultPageVisible(QInstaller.Introduction, false); installer.setDefaultPageVisible(QInstaller.TargetDirectory, false); installer.setDefaultPageVisible(QInstaller.ComponentSelection, false); installer.setDefaultPageVisible(QInstaller.LicenseCheck, false); installer.setDefaultPageVisible(QInstaller.StartMenuSelection, false); installer.setDefaultPageVisible(QInstaller.ReadyForInstallation, false); installer.setDefaultPageVisible(QInstaller.PerformInstallation, false); installer.autoRejectMessageBoxes(); installer.installationFinished.connect(function() { gui.clickButton(buttons.FinishButton); }) } Controller.prototype.WelcomePageCallback = function() { gui.clickButton(buttons.NextButton); } Controller.prototype.CredentialsPageCallback = function() { gui.clickButton(buttons.NextButton); } Controller.prototype.IntroductionPageCallback = function() { gui.clickButton(buttons.NextButton); } Controller.prototype.TargetDirectoryPageCallback = function() { gui.clickButton(buttons.NextButton); } Controller.prototype.ComponentSelectionPageCallback = function() { gui.clickButton(buttons.NextButton); }
  • How to build a static version of Qt 5.9 with OpenSSL and MariaDB support (os X) ?

    Unsolved static mariadb openssl
    2
    0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi and welcome to devnet, Understand the licensing constraints of using a static build of Qt and be ready to abide by them Install an up to date version of OpenSSL (the system version is just too old) Install MariaDB Download Qt's source Read documentation about static building Pass the -openssl-linked as parameter to configure Pass -sql-mysql as parameter to configure Pass the -I and -L parameters as needed in order for Qt to find the MariaDB and OpenSSL libraries. Call make -jX where X is the number of cores of your machine multiplied by 2 plus 1. Go grab <insert favorite beverage> and look at your processors heating up Call make install Enjoy development
  • CmakeFiles Error

    Unsolved
    2
    0 評價
    2 貼文
    833 瀏覽
    SGaistS
    Hi, The first thing I'd do is update cmake, the current version is 3.9.2.
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    1 瀏覽
    尚無回覆
  • How can I include Qt framework qm files in Visual Studio Qt project?

    Unsolved
    1
    0 評價
    1 貼文
    353 瀏覽
    尚無回覆
  • qoic plugin installation

    Unsolved qt creator drivers plugin qoci
    5
    0 評價
    5 貼文
    2k 瀏覽
    L
    Thanx bro! I just guessed and download it :D
  • Error Running Cmake Through qt Creator

    Unsolved
    2
    0 評價
    2 貼文
    530 瀏覽
    SGaistS
    Hi and welcome to devnet, Can you show your CMakeLIsts.txt file ?
  • Installing qoci plugin

    Unsolved qtcreator c++ oci installation
    4
    0 評價
    4 貼文
    3k 瀏覽
    SGaistS
    http://download.qt.io/official_releases/qt/ You also have the MaintenanceTool that offers that possibility.
  • Error: execvp: ../sample/mainwindow.ui: Permission denied**

    Solved
    7
    0 評價
    7 貼文
    2k 瀏覽
    S
    i have compiled qt 4.8.7 manually , now its working . Thank you
  • Builing on Pi3 @ Raspbian Stretch fails

    Unsolved raspberry pi 3 raspbian raspberry
    4
    0 評價
    4 貼文
    2k 瀏覽
    SGaistS
    Ok, I've missed that article. From the looks of it, you seem to be currently essentially interested in building qtbase, so you could call configure directly in it to shorten the list of options. Intuitively, I'd avoid the reduce-exports and sysroot parameters.
  • Support needed in acheiving Qt Code Obfuscation using Commercial License

    Solved
    3
    0 評價
    3 貼文
    2k 瀏覽
    D
    Hi Sierdzio, Thanks for your prompt reply. It cleared all our doubts on obfuscating C++ code. Thanks & Regards, Divya
  • Application crash with "QtQuick.Window" is not installed after adding a library (Android Deploy)

    Unsolved
    1
    0 評價
    1 貼文
    378 瀏覽
    尚無回覆