mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 12:30:32 +08:00
8 lines
155 B
Prolog
8 lines
155 B
Prolog
|
LIBS = -lqui -lqtest -lqui
|
||
|
CONFIG -= link_prl
|
||
|
JOINEDLIBS = $$join(LIBS, "_")
|
||
|
|
||
|
!contains(JOINEDLIBS, -lqui_-lqtest_-lqui) {
|
||
|
message("FAILED: duplibs")
|
||
|
}
|