mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 05:05:43 +08:00
Fixed #433 - Link issue of debug library with MSVC19
This commit is contained in:
parent
bedd25021c
commit
75d58b3ea3
5
ads.pri
5
ads.pri
@ -1,6 +1,6 @@
|
||||
|
||||
CONFIG(debug, debug|release){
|
||||
win32 {
|
||||
win32-g++ {
|
||||
versionAtLeast(QT_VERSION, 5.15.0) {
|
||||
LIBS += -lqtadvanceddocking
|
||||
}
|
||||
@ -8,6 +8,9 @@ CONFIG(debug, debug|release){
|
||||
LIBS += -lqtadvanceddockingd
|
||||
}
|
||||
}
|
||||
else:msvc {
|
||||
LIBS += -lqtadvanceddockingd
|
||||
}
|
||||
else:mac {
|
||||
LIBS += -lqtadvanceddocking_debug
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user