Commit 0175a0c4a5aff3294891cdbed95a06fa9a658417

Fixed uitools.prf to include QtUiTools.lib statically in Symbian

Using just -lQtUiTools instead of -lQtUiTools.lib will make qmake
attempt to autodetect whether or not the lib is static or dynamic,
which will not work since QtUiTools is not necessarily yet built.

Task-number: QT-1018
Reviewed-by: Janne Koskinen
mkspecs/features/uitools.prf
(3 / 1)
  
22qt:load(qt)
33
44# Include the correct version of the UiLoader library
5QTUITOOLS_LINKAGE = -lQtUiTools
5symbian: QTUITOOLS_LINKAGE = -lQtUiTools.lib
6else: QTUITOOLS_LINKAGE = -lQtUiTools
7
68CONFIG(debug, debug|release) {
79 mac: QTUITOOLS_LINKAGE = -lQtUiTools_debug
810 win32: QTUITOOLS_LINKAGE = -lQtUiToolsd

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment