Adding lib files and their paths in .pro file [Closed]
-
Do yourself and all contributors here a favor and start from scratch. Your baby project does not need to be split up into a myriad of single subprojects including DLLs (you will not bother us with DLL, library and plugin errors, won't you?).
Collect all the relevatn .cpp and .h files, put them into a single directory and make a single project out of it by writing a new .pro file from scratch.
Sorry if I sound a bit rude, but from your knowledge of Qt in particular and C++ and development skills in general you are far far away from being able to manage project with subprojects.
-
-
volker,i think many things will be new to everyone in this world,few things might be new to you also,and if i need to learn it i have to,i cant follow the alternate approach,if i will i can achieve it ,and i am not rude and angry on anyone,and and you masters can only help us beginners to become masters like you and I think by sharing knowledge only knowledge increase.`So I want to learn it and I will learn it
thanks
imrrk -
Did you find out what your linker error is about yet? What file or method is your linker complaining about?
imrrk, as you have been told before, you're not an easy one to provide help to. You respond badly to suggestions, and show very, very little understanding of programming in general, programing in C++ in particular and of Qt especially, nor an inclination to do some research of your own. That is tiresome for people trying to help you, and takes away from the attention more advanced people on this forum can give to other people asking questions. I'm sure you have been referred to "this FAQ":http://www.catb.org/~esr/faqs/smart-questions.html before, but I will again. Please read it carefully. It may help you understand why people here sometimes get frustrated with the stream of questions that you post here (and in other places, I understand).
-
hello andre,I solved the error,thanks a lot,actually andre I am still a learner,and I aplogize if I have gone wrong in communicating..Now I am able to open a dialog present in another project on a button click.
now similarly I tried to open a mainwindow.ui present in another project by the below code@void Dialog1::on_pushButton_2_clicked()
{
MainWindow *b=new MainWindow;
b->showMaximized();
}@
and i succeed in opening the mainwindow,but the issue is that the size shrinks when it gets open,may i know the reason for this.regards
imrrk -
hello everyone ,through the discussion in this thread,i learnt an important aspect of integrating subprojects into one project,by creating a .pri file and including it into the main project.pro file and its work perfectly well and thank all the qt experts who helped me out in learning this,
Now their is one more approach of integrating the subprojects i.e creating dll or static lib ,but I dont know this approch ,but i want to learn it,so qt experts ,please help me out
regards
imrrk -
imrrk, please, don't write ping messages in 1.5 hours after your previous message. I've deleted it for now.
-
Hi imrrk,
if someone reads the message, and can answer and has time, he will do, I'm sure. And if they have more questions for clarification, they will ask.
And if you have some additional stuff to add after you last post, and there is no post in between, please use the edit link and edit your post.
Thanks
-
OK, that's it. Closing pending discussion among moderators on how to deal with this. Note that I'll do the same to any new threads you try to open on this or on related issues, so I recommend you don't do that.
Edit:
There is consensus among moderators (and admins) that this thread will stay closed.