ENH: Add more debug

This commit is contained in:
Andy Cedilnik 2003-08-01 18:52:57 -04:00
parent e036e52bd6
commit 3e8f596c81
1 changed files with 1 additions and 0 deletions

View File

@ -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} )