**** BEGIN LOGGING AT Mon Oct 15 03:00:01 2012 Oct 15 13:00:01 is there a way to deploy files and folders with qt embedded? Oct 15 13:00:42 the qrc files seem to get compiled into the binary, that's not practical for my purpose Oct 15 13:02:51 JViz: isn't that default Qt behaviour? Oct 15 13:04:00 oh wait Oct 15 13:04:07 i'm in the wrong channel Oct 15 13:04:08 lol Oct 15 13:04:24 the qrc compiled into the binary, yeah that's the default behavior Oct 15 13:05:12 i need to upload any changed files from the working directory, rather than compile everything into the binary Oct 15 13:06:32 hmm, well I think from what I can tell you're going to have to compile the resources separately (i.e. using rcc and not by adding them to the .pro) and then load them using something like what is described here: http://qt-project.org/forums/viewthread/6786 Oct 15 13:06:45 but I'm no expert, that's just what googling turned up Oct 15 13:07:46 rcc is for external binaries, like if i have a runtime library my app depends on, it still gets compiled into the binary, afaik Oct 15 13:11:26 oh wait Oct 15 13:11:30 no, i think you're right Oct 15 13:31:52 i probably just need an rsync script Oct 16 02:09:42 is there any way to make angstrom not spawn a login on over HDMI on my Beagleboard? **** ENDING LOGGING AT Tue Oct 16 03:00:01 2012