mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
Fixed Windows Qt 5.15 build
This commit is contained in:
parent
de05ddd203
commit
adf5793ccd
5
ads.pri
5
ads.pri
@ -1,8 +1,13 @@
|
|||||||
|
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
win32 {
|
win32 {
|
||||||
|
versionAtLeast(QT_VERSION, 5.15.0) {
|
||||||
|
LIBS += -lqtadvanceddocking
|
||||||
|
}
|
||||||
|
else {
|
||||||
LIBS += -lqtadvanceddockingd
|
LIBS += -lqtadvanceddockingd
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else:mac {
|
else:mac {
|
||||||
LIBS += -lqtadvanceddocking_debug
|
LIBS += -lqtadvanceddocking_debug
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user