Skip to content

Commit

Permalink
+ eliminate cmake variable QT_DEBUG_LIBRARIES
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 16, 2015
1 parent 6b3d7b1 commit 0b1da87
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions cMake/UseLibPack10x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ set(QT_LIBRARIES
optimized QtXml4.lib
optimized QtOpenGl4.lib
optimized QtWebKit4.lib
)
set(QT_DEBUG_LIBRARIES
debug QtCored4.lib
debug QtGuid4.lib
debug QtDesignerd4.lib
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPack6x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ set(QT_LIBRARIES
optimized QtXml4.lib
optimized QtOpenGl4.lib
optimized QtWebKit4.lib
)
set(QT_DEBUG_LIBRARIES
debug QtCored4.lib
debug QtGuid4.lib
debug QtDesignerd4.lib
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPack7x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ set(QT_LIBRARIES
optimized QtXml4.lib
optimized QtOpenGl4.lib
optimized QtWebKit4.lib
)
set(QT_DEBUG_LIBRARIES
debug QtCored4.lib
debug QtGuid4.lib
debug QtDesignerd4.lib
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPack8x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ set(QT_LIBRARIES
optimized QtXml4.lib
optimized QtOpenGl4.lib
optimized QtWebKit4.lib
)
set(QT_DEBUG_LIBRARIES
debug QtCored4.lib
debug QtGuid4.lib
debug QtDesignerd4.lib
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPack9x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ set(QT_LIBRARIES
optimized QtXml4.lib
optimized QtOpenGl4.lib
optimized QtWebKit4.lib
)
set(QT_DEBUG_LIBRARIES
debug QtCored4.lib
debug QtGuid4.lib
debug QtDesignerd4.lib
Expand Down
2 changes: 0 additions & 2 deletions cMake/UseLibPackCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ set(QT_LIBRARIES
optimized QtXml4.lib
optimized QtOpenGl4.lib
optimized QtWebKit4.lib
)
set(QT_DEBUG_LIBRARIES
debug QtCored4.lib
debug QtGuid4.lib
debug QtDesignerd4.lib
Expand Down
1 change: 0 additions & 1 deletion src/App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ if(WIN32)
FreeCADBase
${Boost_DEBUG_LIBRARIES}
${Boost_LIBRARIES}
${QT_DEBUG_LIBRARIES}
${QT_LIBRARIES}
)
else(WIN32)
Expand Down
1 change: 0 additions & 1 deletion src/Gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ if(MSVC)
FreeCADApp
debug ${COIN3D_LIBRARY_DEBUG}
optimized ${COIN3D_LIBRARY_RELEASE}
${QT_DEBUG_LIBRARIES}
${QT_LIBRARIES}
optimized QtUiTools.lib
debug QtUiToolsd.lib
Expand Down
1 change: 0 additions & 1 deletion src/Main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ add_executable(FreeCADMainCmd ${FreeCADMainCmd_SRCS})

target_link_libraries(FreeCADMainCmd
FreeCADApp
${QT_DEBUG_LIBRARIES}
${QT_LIBRARIES}
)

Expand Down
1 change: 0 additions & 1 deletion src/Mod/Web/App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ include_directories(
if(MSVC)
set(Web_LIBS
FreeCADApp
${QT_DEBUG_LIBRARIES}
${QT_LIBRARIES}
)
else(MSVC)
Expand Down

0 comments on commit 0b1da87

Please sign in to comment.