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. Qt 6.6.0 OpcUA Debug

Qt 6.6.0 OpcUA Debug

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 159 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.
  • sbelaS Offline
    sbelaS Offline
    sbela
    wrote on last edited by
    #1

    Hi!
    I am trying to compile the QtOpcUa modul with Qt6.6.0 on Windows 10 with MSVC and the Release build works just fine, but the Debug build stops at configure CMake with the error that there is no Debug version.
    And I have found that the QtSetup.cmake in 6.6.0\msvc2019_64\lib\cmake\Qt6\ changed a lot and
    in the line 58 the

    if("${CMAKE_BUILD_TYPE}" STREQUAL "${CMAKE_BUILD_TYPE_INIT}"
    

    should be

    if(NOT "${CMAKE_BUILD_TYPE}" STREQUAL "${CMAKE_BUILD_TYPE_INIT}"
    

    But I do not have enough experience in CMake.
    Can somebody confirm that I am correct ?

    Thank you!

    p.s.:
    With the added NOT it builds fine.

    I would like!

    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