Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 301)

Ticket Resolution Summary Owner Reporter
#132 fixed Designer refuses to load ui file produced with QtCreator on Windows rudi
Description

I tried to load some ui files that were created on Windows (QtCreator? 1.2.? / Qt 4.5.2). The smaller one could be loaded by the OS/2 version of designer. However, when trying the larger one, I got:

"The file <xyz> is not a valid *.ui file".

followed by another box claiming:

"An error has occurred while reading the ui file at line 1, column 1: Start tag expected."

However, the file looks perfectly O.K. to me.

#134 fixed QMake: Incorrectly generated INCLUDE entries due to missing substutution in moc.prf/uic.prf hermi
Description

Incorrect INCLUDE entries have been generated.

Solved by changing

QT4.5.1-GA\mkspecs\features\moc.prf (line 76):

win32:moc_dir_short ~= s,^.:,/,

to

"win32|os2:moc_dir_short ~= s,^.:,/,"

and

QT4.5.1-GA\mkspecs\features\uic.prf (line 38):

win32:ui_dir_short ~= s,^.:,/,

to

win32|os2:ui_dir_short ~= s,^.:,/,

It might make sense to review all other *.prf files if some more "win32" -> "win32|os2" changes are needed.

#135 fixed Check if WebKit can be built Dmitry A. Kuminov
Description

We should try to find out what are the requirements of the WebKit? module and build it if we can.

The last time I checked it required GCC 3.4 and above. Now we have GCC 4.4.2 but there are some more dependencies for WebKit? in Qt4 it seems.

Note: See TracQuery for help on using queries.