Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Newbie questions: QT creator on Linux Mint can't compile QT project.
Forum Updated to NodeBB v4.3 + New Features

Newbie questions: QT creator on Linux Mint can't compile QT project.

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 389 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maxmaxmax
    wrote on 23 Mar 2021, 14:49 last edited by
    #1

    Hello, newbie questions here. I installed QT creator for developing a simple GUI based application on Linux Mint.
    I created its default project (I didn't modify anything), but when I try to build it
    it gives me a bunch of errors:

    :-1: error: Failed to start process launcher at '/usr/lib/x86_64-linux-gnu/qbs/qbs_processlauncher': execvp: No such file or directory

    /home/utente/testttttt/main.cpp:7: error: variable has incomplete type 'QApplication'

    /home/utente/testttttt/main.cpp:8: error: unknown type name 'MainWindow'

    Any help?
    thanks

    J 1 Reply Last reply 23 Mar 2021, 14:50
    0
    • M maxmaxmax
      23 Mar 2021, 14:49

      Hello, newbie questions here. I installed QT creator for developing a simple GUI based application on Linux Mint.
      I created its default project (I didn't modify anything), but when I try to build it
      it gives me a bunch of errors:

      :-1: error: Failed to start process launcher at '/usr/lib/x86_64-linux-gnu/qbs/qbs_processlauncher': execvp: No such file or directory

      /home/utente/testttttt/main.cpp:7: error: variable has incomplete type 'QApplication'

      /home/utente/testttttt/main.cpp:8: error: unknown type name 'MainWindow'

      Any help?
      thanks

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 23 Mar 2021, 14:50 last edited by
      #2

      @maxmaxmax It looks like you're trying to use QBS?
      You should rather use QMake (or CMake).

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      23 Mar 2021, 14:49

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved