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. Unable to build from source in debug config
Forum Updated to NodeBB v4.3 + New Features

Unable to build from source in debug config

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 239 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.
  • U Offline
    U Offline
    unzu
    wrote on 28 Dec 2023, 20:53 last edited by
    #1

    Hello everyone,

    I'm currently working on the virtual keyboard and how I can customize it according to my preferences. For this, I would like to use the standard code in the first step and experiment with small changes.

    I simply copied the code from Qt/6.6.1/Src/qtvirtualkeyboard into a new folder and attempted to compile it using CMake. The process seems to be working in principle: When I take the resulting DLL and copy it into my main project folder, the virtual keyboard continues to open.

    The problem is that I cannot compile the code in Debug config. For all targets, I am getting the error
    D8016: '/O2' and '/RTC1' command-line options are incompatible.

    I'm not sure how these flags are being set and how I can influence this behavior during compilation with CMake.

    Thank you for your time and support!

    1 Reply Last reply
    0

    1/1

    28 Dec 2023, 20:53

    • Login

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