Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. build and run
    Log in to post

    • SOLVED Project not running..
      Tools • c++ error gui build and run • • Aahi  

      8
      0
      Votes
      8
      Posts
      160
      Views

      @JKSH Yes now It's working Thank you so much!
    • UNSOLVED Debug configuration missing error
      Tools • build and run • • akshaybabloo  

      3
      1
      Votes
      3
      Posts
      219
      Views

      Could you resolve it? I'm having the same problem as @akshaybabloo, I've tried everything without success, this is making me crazy. EDIT: SOLVED IT!! @akshaybabloo and @Talkless, check your CMakeLists.txt file, the one in the base of your project; there you must have a line saying set(CMAKE_BUILD_TYPE Release) Just surround it with if's, just like this if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) endif() Now everything works as expected.
    • UNSOLVED Can't run Qt app in QtCreator
      Mobile and Embedded • android qtcreator build and run • • noone  

      2
      0
      Votes
      2
      Posts
      927
      Views

      @noone Would this be of any help to you? https://forum.qt.io/topic/79730/no-build-step-for-android It seems this guy had the same problem and solved it with adding gradle. Usually that error has to do with missing ndk/sdk or the more likely ant/gradle. Try running the build or deploy on the command line and see if it gives you more information.
    • UNSOLVED QT Error: No winrtrunner.exe found.
      Installation and Deployment • visual studio msvc2015 msvc2017 build and run begginer • • cc672012  

      3
      0
      Votes
      3
      Posts
      20831
      Views

      hi @cc672012 you may have several problems, but the first one is that you assigned a 32bit compiler to a 64bit Qt version. That will not work.
    • UNSOLVED I cannot add qmake to QtVersions in Tool->Build and Run
      Installation and Deployment • qmake build and run qt version failed to add • • DidaHarp  

      5
      0
      Votes
      5
      Posts
      2354
      Views

      @jsulm It has no business with g++. g++ is installed, and even though not, I have clang++ still.