Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
d8a6abf5
Commit
d8a6abf5
authored
Aug 16, 2016
by
Guillaume Pasero
Browse files
COMP: missing various headers, moc, dependencies
parent
14ba519f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Modules/Visualization/Monteverdi/src/CMakeLists.txt
View file @
d8a6abf5
...
...
@@ -38,6 +38,7 @@ add_library( OTBMonteverdi
target_link_libraries
(
OTBMonteverdi
${
OTBMonteverdiCore_LIBRARIES
}
${
OTBMonteverdiGUI_LIBRARIES
}
${
OTBQt4_LIBRARIES
}
)
otb_module_target
(
OTBMonteverdi
)
...
...
Modules/Visualization/MonteverdiCore/src/CMakeLists.txt
View file @
d8a6abf5
...
...
@@ -30,18 +30,54 @@ set( OTBMonteverdiCore_SRCS
mvdVisibleInterface.cxx
)
set
(
OTBMonteverdiCore_HEADERS_MOC
../include/mvdAbstractImageModel.h
../include/mvdAbstractLayerModel.h
../include/mvdAbstractModel.h
../include/mvdAbstractWorker.h
# ../include/mvdAlgorithm.h
../include/mvdBackgroundTask.h
# ../include/mvdCore.h
# ../include/mvdDatabaseConnection.h
# ../include/mvdDatabaseError.h
# ../include/mvdDatabaseModel.h
# ../include/mvdDatabaseQueries.h
# ../include/mvdDatasetDescriptor.h
# ../include/mvdDatasetModel.h
../include/mvdHistogramModel.h
../include/mvdI18nCoreApplication.h
../include/mvdImageImporter.h
../include/mvdImagePlacenameLoader.h
# ../include/mvdImageProperties.h
# ../include/mvdMath.h
../include/mvdMyClass.h
../include/mvdOverviewBuilder.h
../include/mvdQuicklookModel.h
../include/mvdStackedLayerModel.h
# ../include/mvdSystemError.h
# ../include/mvdTypes.h
../include/mvdVectorImageModel.h
)
#############################################################################
if
(
OTBApplicationEngine_ENABLED
)
list
(
APPEND OTBMonteverdiCore_SRCS
mvdApplicationsBrowser.cxx
)
list
(
APPEND OTBMonteverdiCore_HEADERS_MOC
../include/mvdApplicationsBrowser.h
)
endif
()
#############################################################################
add_library
(
OTBMonteverdiCore
${
OTBMonteverdiCore_SRCS
}
)
qt4_wrap_cpp
(
OTBMonteverdiCore_SRC_MOC
${
OTBMonteverdiCore_HEADERS_MOC
}
)
add_library
(
OTBMonteverdiCore
${
OTBMonteverdiCore_SRCS
}
${
OTBMonteverdiCore_SRC_MOC
}
)
#############################################################################
target_link_libraries
(
OTBMonteverdiCore
${
OTBApplicationEngine_LIBRARIES
}
${
OTBCarto_LIBRARIES
}
${
OTBCommon_LIBRARIES
}
${
OTBImageBase_LIBRARIES
}
...
...
Modules/Visualization/MonteverdiGui/src/CMakeLists.txt
View file @
d8a6abf5
...
...
@@ -130,10 +130,15 @@ if( OTBQtWidget_ENABLED )
mvdApplicationsToolBox.cxx
mvdApplicationsToolBoxController.cxx
mvdOTBApplicationsModel.cxx
mvdQtWidgetView.cxx
)
list
(
APPEND OTBMonteverdiGUI_HEADERS_MOC
../include/mvdApplicationLauncher.h
../include/mvdApplicationsToolBox.h
../include/mvdApplicationsToolBoxController.h
../include/mvdOTBApplicationsModel.h
../include/mvdQtWidgetView.h
)
list
(
APPEND OTBMonteverdiGUI_FORMS
...
...
@@ -164,6 +169,7 @@ target_link_libraries( OTBMonteverdiGUI
${
OTBIce_LIBRARIES
}
${
OTBIOGDAL_LIBRARIES
}
${
OTBMonteverdiCore_LIBRARIES
}
${
OTBQtWidget_LIBRARIES
}
${
OTBQwt_LIBRARIES
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment