summaryrefslogtreecommitdiff
path: root/navit/graphics/qt5/CMakeLists.txt
blob: 9c2574e8b0bc68453af007ded4b6078d6d7648c2 (plain)
1
2
3
4
5
6
7
8
9
# Find includes in corresponding build directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# Instruct CMake to run moc automatically when needed.
set(CMAKE_AUTOMOC ON)

# Find the QtWidgets library
find_package(Qt5Widgets)

module_add_library(graphics_qt5 graphics_qt5.cpp event_qt5.cpp QNavitWidget.cpp)