Hi,
Thanks for your reply.
I tried that and still does not work.
I also try to build both libraries on release but I get the same result 
This is the first error:
.
/release\plots.
o:plots.
cpp:(.
text+0x13f5
): undefined reference to `calcDialog
::calcDialog(QWidget*)'
./release\plots.o:plots.cpp:(.text+0x13f5): undefined reference to `calcDialog::calcDialog(QWidget*)'
To copy to clipboard, switch view to plain text mode
Indeed the code in plots.cpp uses calcDialog like:
#include <calcdialog.h>
....
calcDialog calc;
calc.setDatabase(dataBase);
calc.setCurrentDisplay(index.data().toFloat());
calc.exec();
....
#include <calcdialog.h>
....
calcDialog calc;
calc.setDatabase(dataBase);
calc.setCurrentDisplay(index.data().toFloat());
calc.exec();
....
To copy to clipboard, switch view to plain text mode
In the PRO I have the include path of calculator:
INCLUDEPATH += ../../../plugins/interfaces ../../designer/impwidgets ../../designer/impwidgets/widgets/calculator
INCLUDEPATH += ../../../plugins/interfaces ../../designer/impwidgets ../../designer/impwidgets/widgets/calculator
To copy to clipboard, switch view to plain text mode
So, I really don't know what is wrong because in Linux it works ok with:
unix:LIBS += -L/home/cquiros/data/projects/tools/crossimpact -limpwidgetsplugin
unix:LIBS += -L/home/cquiros/data/projects/tools/crossimpact -limpwidgetsplugin
To copy to clipboard, switch view to plain text mode
Many thanks,
Carlos.
Bookmarks