Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. custom executable?
Forum Updated to NodeBB v4.3 + New Features

custom executable?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 4.5k Views 2 Watching
  • 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.
  • H Offline
    H Offline
    harry
    wrote on last edited by
    #1

    hi.
    i just started writing a c++ library. i can get it to compile ok, but the problem is that after compilation, qt creator gives me a window titled "custom executable". it says "could not find the executable, please specify one."
    and there are a couple of textboxes in that window.
    so what's going on here? do i need to add that project to another project that uses my new library?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Generally that happens when you call Run either by clicking on the green arrow or hitting cmd/ctrl+R and that you don't have an application/unit test target i.e. an executable to run.

      If you really don't have any, just call build on your library.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Michael_Ke
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0

        • Login

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