hi jacek,
Yes while running the designer.
It looks to work now by adding the library in the"project properties"
thank you!
hi jacek,
Yes while running the designer.
It looks to work now by adding the library in the"project properties"
thank you!
Think DigitalGasoline
Next time close it before altering the .pro file by hand.Originally Posted by raphaelf
Hi jacek,
Yes i will do that
Jacek, i am using 2 libs "qwt.lib and "fmodex.lib".
So i have to include both libs in the Projet Settings. QT Designer is not able to include the both..he takes allways just the first lib from .pro file:
.pro:
Here for example i can choose in the designer just fmodex.lib. And the second line will deleted![]()
Qt Code:
win32:LIBS += fmodex.lib win32:LIBS += qwt.libTo copy to clipboard, switch view to plain text mode
How could i use both, or how to add both libs in the Project Settings?Its possible?
Think DigitalGasoline
Did you tryYour way should work thoughQt Code:
win32:LIBS += fmodex.lib qwt.libTo copy to clipboard, switch view to plain text mode
hi yop
It works like you sad...
thank you and have a nice day![]()
Think DigitalGasoline
Bookmarks