tonnot
23rd March 2011, 19:56
I explain it.
I have a project with some ui's and some classes, this one uses MYDLL classes.
I have another project with the same ui's and classes, but I uses the 'dll' classes directly, using a .pri file who has the correct headers and sources.
( I use this way to test the functions of my dll classes without compile the whole dll)
Ok, everytime I compile the project A or project B, I see Myproject1_buil_desktop and Myproject2_build_desktop. I think.... maybe I'm loosing my time because the moc and .o files are the same files ?
How can I describe the both .pro files to use the .o and moc_*.o files ?
(Maybe it does not can be possible)
I expect I have explained my doubt.
Thanks
I have a project with some ui's and some classes, this one uses MYDLL classes.
I have another project with the same ui's and classes, but I uses the 'dll' classes directly, using a .pri file who has the correct headers and sources.
( I use this way to test the functions of my dll classes without compile the whole dll)
Ok, everytime I compile the project A or project B, I see Myproject1_buil_desktop and Myproject2_build_desktop. I think.... maybe I'm loosing my time because the moc and .o files are the same files ?
How can I describe the both .pro files to use the .o and moc_*.o files ?
(Maybe it does not can be possible)
I expect I have explained my doubt.
Thanks