![]() |
HAL
|
Functions | |
option (PL_GUI "PL_GUI" ON) if(PL_GUI OR BUILD_ALL_PLUGINS) cmake_minimum_required(VERSION 3.1.0) if(APPLE AND CMAKE_HOST_APPLE AND NOT Qt5_DIR) set(Qt5_DIR "/usr/local/opt/qt@5/lib/cmake") endif(APPLE AND CMAKE_HOST_APPLE AND NOT Qt5_DIR) find_package(Qt5 COMPONENTS Core REQUIRED) find_package(Qt5 COMPONENTS Widgets REQUIRED) if(Qt5Widgets_FOUND) message(VERBOSE "Qt5Widgets_INCLUDE_DIRS | |
message (VERBOSE "Qt5Widgets_LIBRARIES: ${Qt5Widgets_LIBRARIES}") elseif(NOT Qt5Widgets_FOUND) set(Missing_package "TRUE") if(APPLE AND CMAKE_HOST_APPLE) message(STATUS "To install qt5 on MacOS using homebrew run following command | |
message (VERBOSE "Qt5Concurrent_LIBRARIES: ${Qt5Concurrent_LIBRARIES}") elseif(NOT Qt5Concurrent_FOUND) set(Missing_package "TRUE") if(APPLE AND CMAKE_HOST_APPLE) message(STATUS "To install qt5 on MacOS using homebrew run following command | |
message (VERBOSE "Qt5Svg_LIBRARIES: ${Qt5Svg_LIBRARIES}") elseif(NOT Qt5Svg_FOUND) set(Missing_package "TRUE") endif(Qt5Svg_FOUND) set(INCROOT $ | |
include | set (SRCROOT ${CMAKE_CURRENT_SOURCE_DIR}/src) set(UIROOT $ |
ui | set (RSRCROOT ${CMAKE_CURRENT_SOURCE_DIR}/resources) configure_file($ |
message | ( | VERBOSE "Qt5Concurrent_LIBRARIES: ${Qt5Concurrent_LIBRARIES}" | ) |
Definition at line 27 of file CMakeLists.txt.
message | ( | VERBOSE "Qt5Svg_LIBRARIES: ${Qt5Svg_LIBRARIES}" | ) |
Definition at line 39 of file CMakeLists.txt.
message | ( | VERBOSE "Qt5Widgets_LIBRARIES: ${Qt5Widgets_LIBRARIES}" | ) |
Definition at line 15 of file CMakeLists.txt.
Referenced by hal::FileManager::openProject(), hal::dataflow::ProgressPrinter::print_progress(), and hal::PYBIND11_PLUGIN().
option | ( | PL_GUI "PL_GUI" | ON | ) |
Definition at line 1 of file CMakeLists.txt.
Referenced by hal::SearchableLabel::handleSearchChanged(), hal::CommentSpeechBubble::paint(), hal::ArrowSeparatedNet::paint(), hal::CircleSeparatedNet::paint(), hal::LabeledSeparatedNet::paint(), hal::StandardArrowNet::paint(), hal::StandardGraphicsNet::paint(), hal::StandardGraphicsGate::paint(), hal::StandardGraphicsModule::paint(), hal::NodeDragShadow::paint(), hal::GroupingColorDelegate::paint(), hal::PinDelegate::paint(), hal::GuiPluginDelegate::paint(), hal::GroupingColorDelegate::sizeHint(), and hal::PinDelegate::updateEditorGeometry().
ui set | ( | RSRCROOT ${CMAKE_CURRENT_SOURCE_DIR}/ | resources | ) |
Definition at line 47 of file CMakeLists.txt.
include set | ( | SRCROOT ${CMAKE_CURRENT_SOURCE_DIR}/ | src | ) |
Definition at line 45 of file CMakeLists.txt.
Referenced by hal::FlipFlopWizardPage::initializePage(), and hal::UserAction::setToText().