Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (181 - 183 of 301)

Ticket Owner Reporter Resolution Summary
#207 rudi invalid omit linking produces make error
Description

qmake supports the a CONFIG option named "no_link". It is mostly used when build documentations or other non-source code parts of a program.

When that option is present in a *.pro file, qmake generates:

LINK          = @: IGNORE THIS LINE
LFLAGS        = -Zomf -Zstack 0x2000  ....

When running make, it complains that the program ":" does not exist.

#210 rudi invalid Re-release 4.6.3 with SSL patch included
Description

See:

http://labs.qt.nokia.com/2011/03/29/security-advisory-fraudulent-certificates/

#211 rudi fixed Adjust QMAKESPEC_ORIGINAL
Description

When installing the current "Qt Development Libraries and Tools" package, the value of QMAKESPEC_ORIGINAL in %QT_DIR%\mkspecs\default\qmake.conf is hardcoded to "d:\Coding\qt\qt-all-opensource-src-4.6.3-os2\mkspecs\os2-g++\qmake.conf". However, the path should be adapted to caseexactly match the installation path. Otherwise, QtCreator? will not work correctly.

Note: See TracQuery for help on using queries.