mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-24 04:44:31 +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")
|
|
}
|