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. qt6 qopcua :-1: error: You need to set an executable in the custom run configuration.
Forum Updated to NodeBB v4.3 + New Features

qt6 qopcua :-1: error: You need to set an executable in the custom run configuration.

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 568 Views 1 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.
  • gfxxG Offline
    gfxxG Offline
    gfxx
    wrote on last edited by
    #1

    on QT6.5.3 debian 12 try to built QtOpacua .... I use qt creator for these ... build process goes ok ..

    [ 98%] Built target DeclarativeOpcuaplugin_autogen
    [100%] Built target DeclarativeOpcuaplugin
    01:44:32: The process "/usr/bin/cmake" exited normally.
    01:44:32: Elapsed time: 00:01.
    

    but finish with

    You need to set an executable in the custom run configuration.
    

    so witch executable need to set?

    first time try in these way .... because using usual git clone / make / make install give me bad result ....not understand why but all terminated with these error:

    [  2%] Automatic MOC for target OpcUa
    
    AutoMoc subprocess error
    ------------------------
    The moc process failed to compile
      "SRC:/src/opcua/client/qopcuahistoryreadresponseimpl_p.h"
    into
      "SRC:/build/src/opcua/OpcUa_autogen/7EM65HM6UG/moc_qopcuahistoryreadresponseimpl_p.cpp"
    
    

    and not find suggestion on these ....

    bkt

    JKSHJ 1 Reply Last reply
    0
    • gfxxG gfxx

      on QT6.5.3 debian 12 try to built QtOpacua .... I use qt creator for these ... build process goes ok ..

      [ 98%] Built target DeclarativeOpcuaplugin_autogen
      [100%] Built target DeclarativeOpcuaplugin
      01:44:32: The process "/usr/bin/cmake" exited normally.
      01:44:32: Elapsed time: 00:01.
      

      but finish with

      You need to set an executable in the custom run configuration.
      

      so witch executable need to set?

      first time try in these way .... because using usual git clone / make / make install give me bad result ....not understand why but all terminated with these error:

      [  2%] Automatic MOC for target OpcUa
      
      AutoMoc subprocess error
      ------------------------
      The moc process failed to compile
        "SRC:/src/opcua/client/qopcuahistoryreadresponseimpl_p.h"
      into
        "SRC:/build/src/opcua/OpcUa_autogen/7EM65HM6UG/moc_qopcuahistoryreadresponseimpl_p.cpp"
      
      

      and not find suggestion on these ....

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @gfxx said in qt6 qopcua :-1: error: You need to set an executable in the custom run configuration.:

      build process goes ok ..

      [ 98%] Built target DeclarativeOpcuaplugin_autogen
      [100%] Built target DeclarativeOpcuaplugin
      01:44:32: The process "/usr/bin/cmake" exited normally.
      01:44:32: Elapsed time: 00:01.
      

      but finish with

      You need to set an executable in the custom run configuration.
      

      so witch executable need to set?

      I believe you got that message because you tried to run your project. But you're building a library, so it doesn't make sense to run it.

      Your library should be built fine. Use your console/terminal to navigate to your build folder and run cmake --install .

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      1
      • gfxxG gfxx has marked this topic as solved on

      • Login

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