[Qt-interest] changes to .ui files not showing in ubuntu
Darryl Campbell
dutter at gmail.com
Thu Feb 11 18:05:48 CET 2010
Thanks to all who replied. I have found the error. As it turns out I had a
line continuation ('\') character placed in error in my project file. This
was causing it to think that my "FORMS += ......" tag in the project file
was part of the previous line. Sorry for wasting all of your time :)
On Thu, Feb 11, 2010 at 10:28 AM, Ahmed Toulan <thelinuxer at gmail.com> wrote:
> Please try this:
>
> make distclean
> qmake
> make
>
>
> On Thu, Feb 11, 2010 at 5:22 PM, Darryl Campbell <dutter at gmail.com> wrote:
>
>> Ok, now we're getting somehwere. When I delete the ui_* files I can no
>> longer compile as these files are missing. Since these are generated files
>> it's obvious that the failure is occuring in the step which generates these
>> files.
>>
>>
>> On Thu, Feb 11, 2010 at 10:06 AM, <GaussCheng at gmail.com> wrote:
>>
>>> May be you can just try delete the *.moc , ui_*, *.o and the execute
>>> files by hand and then rebuild.
>>>
>>>
>>> On Feb 11, 2010 10:55pm, Darryl Campbell <dutter at gmail.com> wrote:
>>> > Any other ideas? I have also tried "touch"-ing the files to make sure
>>> they all had a current timestamp....no dice. Can I run uic by hand?
>>> >
>>> >
>>> >
>>> > On Wed, Feb 10, 2010 at 1:34 PM, Darryl Campbell dutter at gmail.com>
>>> wrote:
>>> >
>>> > This didn't solve it either :(
>>> >
>>> >
>>> >
>>> > On Wed, Feb 10, 2010 at 11:39 AM, Diego Iastrubni diegoiast at gmail.com>
>>> wrote:
>>> >
>>> >
>>> > make distclean
>>> > qmake
>>> > make all
>>> >
>>> >
>>> >
>>> > On Wed, Feb 10, 2010 at 6:33 PM, Darryl Campbell dutter at gmail.com>
>>> wrote:
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > Yes, I am. I am using a source repository and syncing the files onto my
>>> > linux workstation before I compile. The sync works, if I open the .ui
>>> > in qtcreator I get the correct version but the executable still has the
>>> > old forms.
>>> >
>>> >
>>> > -Darryl
>>> >
>>> >
>>> > On Wed, Feb 10, 2010 at 11:23 AM, Robert Wood
>>> robert.wood at apostrophe.co.uk> wrote:
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > Are you saving the ui files before recompiling? I have found that the
>>> auto save of the text files doesn't save the .ui files.
>>> >
>>> >
>>> >
>>> >
>>> > Darryl Campbell wrote:
>>> >
>>> >
>>> > Hello,
>>> >
>>> > I have been developing my application on windows for months and I am
>>> deploying it on Ubuntu. All my code is cross platform and compiles and runs.
>>> The issue is that I made some minor changes to the GUI and they aren't
>>> showing up. It seems that the uic/rcc/moc steps are only run once. Even if I
>>> clean the project and re-run qmake these processes don't execute to update
>>> the generated headers etc. I'm sure this is something simple that I am doing
>>> wrong. Can anybody point me in the right direction?
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > _______________________________________________
>>> >
>>> > Qt-interest mailing list
>>> >
>>> > Qt-interest at trolltech.com
>>> >
>>> > http://lists.trolltech.com/mailman/listinfo/qt-interest
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>>
>>
>>
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100211/b776b5a3/attachment.html
More information about the Qt-interest-old
mailing list