diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-08 01:11:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-08 01:11:41 +0800 |
commit | 3a66ee6e02c5029301cf299db3d13b572f9d41f3 (patch) | |
tree | 208de977201c43a6d0486f3995346390d2d2cfd4 /devel/Makefile | |
parent | 06d05660416cbc90305d3b805f95fd2fc5a5b277 (diff) | |
download | freebsd-ports-gnome-3a66ee6e02c5029301cf299db3d13b572f9d41f3.tar.gz freebsd-ports-gnome-3a66ee6e02c5029301cf299db3d13b572f9d41f3.tar.zst freebsd-ports-gnome-3a66ee6e02c5029301cf299db3d13b572f9d41f3.zip |
Qt Script Generator is a tool that generates Qt bindings for Qt Script.
With the generated bindings you get access to substantial portions
of the Qt API from within Qt Script.
Qt is a cross-platform application framework for desktop and embedded
development. It includes an intuitive API and a rich C++ class
library, integrated tools for GUI development and internationalization,
and support for Java? and C++ development.
WWW: http://qtscriptgenerator.googlecode.com
Submitted by: Mina R Waheeb <syncer at gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index eb42e9524eea..a0f56715c496 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2556,6 +2556,7 @@ SUBDIR += qt4-scripttools SUBDIR += qt4-uic SUBDIR += qt4-uic3 + SUBDIR += qtscriptgenerator SUBDIR += quilt SUBDIR += radrails SUBDIR += ragel |