qt6 qopcua :-1: error: You need to set an executable in the custom run configuration.
-
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 ....
-
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 ....
@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 . -
G gfxx has marked this topic as solved on