Skip to content

Commit

Permalink
+ eliminate cmake variable QT_QTCORE_LIBRARY_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 17, 2015
1 parent bb9f437 commit 74e397c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
5 changes: 1 addition & 4 deletions cMake/UseLibPack6x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,9 @@ set(QT_LIBRARIES
debug QtWebKitd4.lib
)

set(QT_QTCORE_LIBRARY_DEBUG
debug QtCored4.lib
)

set(QT_QTCORE_LIBRARY
optimized QtCore4.lib
debug QtCored4.lib
)

set(QT_UIC_EXECUTABLE ${FREECAD_LIBPACK_DIR}/bin/uic.exe)
Expand Down
5 changes: 1 addition & 4 deletions cMake/UseLibPack7x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,9 @@ set(QT_LIBRARIES
debug QtWebKitd4.lib
)

set(QT_QTCORE_LIBRARY_DEBUG
debug QtCored4.lib
)

set(QT_QTCORE_LIBRARY
optimized QtCore4.lib
debug QtCored4.lib
)

set(QT_UIC_EXECUTABLE ${FREECAD_LIBPACK_DIR}/bin/uic.exe)
Expand Down
11 changes: 5 additions & 6 deletions cMake/UseLibPackCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -135,20 +135,19 @@ set(QT_LIBRARIES
debug QtWebKitd4.lib
)

set(QT_QTCORE_LIBRARY_DEBUG
debug QtCored4.lib
)

set(QT_QTCORE_LIBRARY
optimized QtCore4.lib
debug QtCored4.lib
)

set(QT_QT3SUPPORT_LIBRARY_DEBUG
debug Qt3Supportd4.lib
set(QT_QTXML_LIBRARY
optimized QtXml4.lib
debug QtXmld4.lib
)

set(QT_QT3SUPPORT_LIBRARY
optimized Qt3Support4.lib
debug Qt3Supportd4.lib
)

set(QT_UIC_EXECUTABLE ${FREECAD_LIBPACK_DIR}/bin/uic.exe)
Expand Down

0 comments on commit 74e397c

Please sign in to comment.