qmake project settings

Sysprogs forums Forums VisualGDB qmake project settings

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11047
    ralf
    Participant

    Hi,

    I’m using a QT project with VisualGDB 5.2 build 1374.
    I noticed two problems with the qmake project settings:

    1. The contents of “Library names” and “Additional linker intputs” get mixed up if there are spaces.
      Example:

       Additional linker inputs: -ltestgetconf LONG_BIT

      After closing and opening the Project Properties:

       Additional linker inputs: LONG_BIT`
       Library names: test`getconf

      This doesn’t seem to occur with a GNU make project.

    2. The “additional linker inputs” are not restored from a Project Template file. This also only happens with a QT project.

    Thanks,
    Ralf

    • This topic was modified 7 years ago by ralf. Reason: text formatting
    • This topic was modified 7 years ago by ralf. Reason: text formatting
    #11076
    support
    Keymaster

    Hi,

    Thanks for reporting this, we have fixed the missing “additional linker inputs” handling in this build: http://sysprogs.com/files/tmp/VisualGDB-5.2.16.1483.msi

    The behavior with additional linker inputs is by design as both library names and additional linker inputs are saved in the same field in the QT project file. As names with spaces are generally not supported very well by GNU tools, VisualGDB does not support them either (you can still use them by editing the Qt project file manually, but VisualGDB GUI won’t show it correctly).

     

    #11138
    ralf
    Participant

    Thanks a lot!

    Ralf

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.