Position of error marks is adjusted for selection.

Close: #20
This commit is contained in:
eelke 2018-11-10 10:59:52 +01:00
parent b0718258c9
commit f629e48a85
5 changed files with 21 additions and 13 deletions

View file

@ -22,13 +22,6 @@ DEFINES += _WIN32_WINNT=0x0501
#LIBS += -LC:/prog/boost/lib -Lc:/prog/lib libpq.lib fmt.lib User32.lib ws2_32.lib
#LIBS += -LC:\VSproj\boost32\lib -LC:/PROG/LIB -lws2_32 -llibpq
#debug {
LIBS += c:/prog/lib/botan_imp.lib
#}
#release {
#LIBS += c:/prog/lib/botan.lib
#}
win32:RC_ICONS += pglab.ico
@ -166,6 +159,10 @@ else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../core/debug/ -lco
INCLUDEPATH += $$PWD/../core
DEPENDPATH += $$PWD/../core
win32:CONFIG(release, debug|release): LIBS += c:/prog/lib/botand.lib
else:win32:CONFIG(debug, debug|release): LIBS += c:/prog/lib/botan.lib
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../core/release/libcore.a
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../core/debug/libcore.a
else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../core/release/core.lib