Skip to content

pandazz77/LatteLong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

LatteLong

Crossplatform geographic Qt6 library.

geojson_viewer

Check out Examples

Dependencies

  • Qt6::Core
  • Qt6::Widgets

Installation

mkdir build
cd build
cmake .. -DBUILD_SHARED_LIBS=ON
sudo cmake --build . -j 4 --config Release --target install

now you will be able to access library with CMake:

find_package(LatteLong)
target_link_libraries(YourProject LatteLong::LatteLong)

OR you can pass installation and use library simply by adding this directory with cmake:

add_subdirectory(./LatteLong)

About

Geographic Qt library

Resources

Stars

Watchers

Forks

Packages

No packages published