Qt-interest Archive, January 2007
Re: Project dependencies in Visual Studio Solutions (.sln)
Message 1 in thread
Marius Storm-Olsen <marius@xxxxxxxxxxxxx> wrote on 07/06/2006 01:17:29 PM:
# > # And I doubt that any customer is currently using the more
# > # advanced dependency system in qmake.
# >
# > Not yet, true, but it appears to be a foregone conclusion that if
# > QMake has a feature that I will eventually come around to beat the
# > tar out of it :)
#
# lol :-)
# Yeah, we do have some people out there that seem to put their pride in
# twisting the last drop out of qmake.
And indeed, that day came shortly therafter - and it has been working
beautifully for me until I recently tried VC7... :-(
SUBDIRS = PlugInBase
PlugInBase.file = PlugInBase.pro
for(PROJECT, SUBPROJECTS) {
SUBDIRS *= $${PROJECT}
eval($${PROJECT}.file = $${PROJECT_DIR}/$${PROJECT}/Make/$${PROJECT}.pro)
# PlugInBase must be last, because of auto-generated files
PlugInBase.depends *= $${PROJECT}
}
# Now handle inter-plugin dependencies
AtaBasePlugIn.depends = DiskPlugIn
...
# Oh, and one thing: If you decide to give some really tricky dependency
# stuff a go, please try the latest snapshot, as a path issue was fixed
# there just recently which could miss some of the dependencies.
Alas, no dice with 4.3.0-20070102 which is about as bleeding-edge as it
gets.
Any thoughts on when this could get implemented?
--
[ signature omitted ]
Message 2 in thread
Hi,
I've the same problems: subdirs + dependencies + MS VS2005 = no chance
It's very very frustrating and time consuming to re-enable all dependencies
of my subdirs in Visual Studio by hand.
So I would appreciate a fix of this problem, too.
Besides: Why is there a VS-Integration with fancy buttons etc. but no
basic functionality for projects with more than just one .pro file?
Regards,
Christian
PS: The hints of the mailing list in June 2006 didn't work for me :(
--
[ signature omitted ]
Message 3 in thread
Hi,
I am working on QTable with Qt ver 3.3.4.
As per my requirement, I have to add data(records) to the QTable,
dynamically.
This means that, I shall add 10 records for the first time and display the
QTable on screen. Later on, using QTimerEvent, I invoke a function that
shall add 10000 records on the table when the table is viewed on the screen.
I find that the QTable does not accept any signal in this process. Is this
assumption/finding correct? It takes some time to load the data and then the
table receives signals again after completion of loading/adding the data on
the QTable.
I want the QTable to accept the signals in between this process of loading
data in the background.
Can you please suggest me how do I proceed on this.
Deepa
DISCLAIMER
âThe information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you"
--
[ signature omitted ]