mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +08:00
force the use of debug version of QtCore unless it is not available
This commit is contained in:
parent
1c24f5bbc5
commit
24808dc090
@ -137,6 +137,11 @@ ei_add_test(regression)
|
|||||||
ei_add_test(stdvector)
|
ei_add_test(stdvector)
|
||||||
ei_add_test(resize)
|
ei_add_test(resize)
|
||||||
if(QT4_FOUND)
|
if(QT4_FOUND)
|
||||||
|
if(QT_QTCORE_LIBRARY_DEBUG)
|
||||||
|
set(QT_QTCORE_LIBRARY ${QT_QTCORE_LIBRARY_DEBUG})
|
||||||
|
else(QT_QTCORE_LIBRARY_DEBUG)
|
||||||
|
set(QT_QTCORE_LIBRARY ${QT_QTCORE_LIBRARY_RELEASE})
|
||||||
|
endif(QT_QTCORE_LIBRARY_DEBUG)
|
||||||
ei_add_test(qtvector " " ${QT_QTCORE_LIBRARY})
|
ei_add_test(qtvector " " ${QT_QTCORE_LIBRARY})
|
||||||
endif(QT4_FOUND)
|
endif(QT4_FOUND)
|
||||||
ei_add_test(sparse_vector)
|
ei_add_test(sparse_vector)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user