Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-23049

Displayed snippet on the last step of the Add Library dialog is cut

    XMLWordPrintable

Details

    • Linux/X11, macOS
    • a4863bd2380abe9b2ba525ed36d6a97436ba1d44 (qt-creator/qt-creator/4.11)

    Description

      Not all text is displayed:

      The actual text that was added to my .pro file:

      win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../tbl/release/ -ltbl
      else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../tbl/debug/ -ltbl
      else:unix: LIBS += -L$$OUT_PWD/../tbl/ -ltbl
      
      INCLUDEPATH += $$PWD/../tbl
      DEPENDPATH += $$PWD/../tbl
      
      win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../tbl/release/libtbl.a
      else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../tbl/debug/libtbl.a
      else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../tbl/release/tbl.lib
      else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../tbl/debug/tbl.lib
      else:unix: PRE_TARGETDEPS += $$OUT_PWD/../tbl/libtbl.a
      

       
      I guess scroll area would solve the issue.

      Just in case settings that I used on the previous step:

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            kambala Andrey Filipenkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes