Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.10.0
-
None
-
macOS 10.14.6
-
-
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.