Skip to content

Example SWIG definitions for compiling QT wrappers. Just used as an example for some discussions.

Notifications You must be signed in to change notification settings

feddischson/swig_qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Example SWIG definitions for compiling QT wrapper. Just used as an example for some discussions.

Status

  • Mostly incomplete
  • Compilation of python version working
  • See examples/python/example.py for some example python code

Build

Python

cd qt 
qmake qt.pro CONFIG+=swig_python
make

Ruby

cd qt 
qmake qt.pro CONFIG+=swig_ruby
make

About

Example SWIG definitions for compiling QT wrappers. Just used as an example for some discussions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages