ENH: Add more debug
This commit is contained in:
parent
e036e52bd6
commit
3e8f596c81
|
@ -118,6 +118,7 @@ IF (QT_FOUND)
|
|||
)
|
||||
QT_WRAP_UI (qtwrapping QTUI_H_SRCS QTUI_S_SRCS QTUI_SRCS)
|
||||
|
||||
MESSAGE("QT files are ${QTUI_S_SRCS}")
|
||||
ADD_EXECUTABLE (qtwrapping qtwrappingmain.cxx QTUI_S_SRCS)
|
||||
|
||||
TARGET_LINK_LIBRARIES( qtwrapping ${QT_LIBRARIES} )
|
||||
|
|
Loading…
Reference in New Issue