qmake create_prl和use_prl时,LIBS + -L后面必须用绝对路径qmake,使用create_prl和use_prl时,LIBS + -L
qmake create_prl和use_prl时,LIBS += -L后面必须用绝对路径
qmake,
使用create_prl和use_prl时,
LIBS += -L后面,
使用绝对路径,可以正确找到.prl文件,
使用相对路径,无法正确找到.prl文件。
[解决办法]
使用绝对路径吧,没什么问题的
qmake create_prl和use_prl时,LIBS += -L后面必须用绝对路径
qmake,
使用create_prl和use_prl时,
LIBS += -L后面,
使用绝对路径,可以正确找到.prl文件,
使用相对路径,无法正确找到.prl文件。
[解决办法]
使用绝对路径吧,没什么问题的