Skip to content
Snippets Groups Projects
Commit 23af37ed authored by Stéphane Albert's avatar Stéphane Albert
Browse files

COMP: Fixed OTBQtAdaptersExport.h file not found in auto-generated header-test.

parent 9b58f131
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,9 @@ project( OTBQtAdapters )
set( OTBQtAdapters_LIBRARIES OTBQtAdapters)
set( OTBQtAdapters_INCLUDE_DIRS
${OTBCommon_BINARY_DIR}
)
otb_module_impl()
......@@ -11,8 +11,6 @@ add_to_qt4_i18n_headers( "../include" ${OTBQtAdapters_SRCS} )
qt4_wrap_cpp( OTBQtAdapters_SRC_MOC ${OTBQtAdapters_HEADERS_MOC} )
include_directories( ${OTBCommon_BINARY_DIR} )
add_library( OTBQtAdapters ${OTBQtAdapters_SRC} ${OTBQtAdapters_SRC_MOC})
target_link_libraries( OTBQtAdapters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment