Skip to content
/ ivy-qt Public

Ivy communications bus written with only Qt.

Notifications You must be signed in to change notification settings

ve7mjc/ivy-qt

Repository files navigation

Usage Instructions

Add git submodule to project:

#!bash
cd /project_folder
git submodule add [email protected]:crosswalkguy/ivy-qt.git ivy-qt

Add following to .pro file

#!c++

#INCLUDEPATH += "ivy-qt/"
include(ivy-qt/ivy-qt.pri)

When cloning parent projects, from parent (root) folder of project:

git submodule init
git submodule update

About

Ivy communications bus written with only Qt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published