Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
omix committed Nov 12, 2021
1 parent 23491af commit b32110f
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.GPLv3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE

QtJambi is Copyright (C) 1992-2009 Nokia. All rights reserved.
Copyright (C) 2009-2020 Dr. Peter Droste, Omix Visualization GmbH & Co. KG. All rights reserved.
Copyright (C) 2009-2021 Dr. Peter Droste, Omix Visualization GmbH & Co. KG. All rights reserved.

You may use, distribute and copy QtJambi under the terms of
GNU Lesser General Public License version 3. That license references
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.LGPLv21
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU LESSER GENERAL PUBLIC LICENSE

QtJambi is Copyright (C) 1992-2009 Nokia. All rights reserved.
Copyright (C) 2009-2020 Dr. Peter Droste, Omix Visualization GmbH & Co. KG. All rights reserved.
Copyright (C) 2009-2021 Dr. Peter Droste, Omix Visualization GmbH & Co. KG. All rights reserved.

You may use, distribute and copy QtJambi under the terms of
GNU Lesser General Public License version 2.1, which is displayed below.
Expand Down
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ would simply add the coresponding Java libraries (.jar files) to their Java proj

## Availability

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.qtjambi/qtjambi/badge.svg)](https://search.maven.org/artifact/io.qtjambi/qtjambi)

QtJambi is available for Java 8 or 11 and higher using Qt5.15 and Qt6.2 in Java on Windows Linux and macOS.
Most Qt modules are available as QtJambi module as [listed here](www/Modules.md). All modules are published as Maven Artifact.

Expand Down Expand Up @@ -135,6 +137,31 @@ In general, you can start learning how to use Qt in Java [as it is introduced fo
There are a couple of specifics for QtJambi that are [introduced here](/www/Characteristics-of-QtJambi.md).
Instead of starting your program with a java command as shown above you can deploy your application as executable as [described here](/www/How-to-deploy-QtJambi-applications.md).

## Licenses

```
GNU LESSER GENERAL PUBLIC LICENSE
QtJambi is Copyright (C) 1992-2009 Nokia. All rights reserved.
Copyright (C) 2009-2021 Dr. Peter Droste, Omix Visualization GmbH & Co. KG. All rights reserved.
You may use, distribute and copy QtJambi under the terms of
[GNU Lesser General Public License version 2.1](LICENSE.LGPLv21).
```

```
GNU GENERAL PUBLIC LICENSE
QtJambi is Copyright (C) 1992-2009 Nokia. All rights reserved.
Copyright (C) 2009-2021 Dr. Peter Droste, Omix Visualization GmbH & Co. KG. All rights reserved.
You may use, distribute and copy QtJambi under the terms of
GNU Lesser General Public License version 3. That license references
the [General Public License version 3](LICENSE.GPLv3). Other
portions of the QtJambi may be licensed directly under this license.
```


## Further Reading

* [QtJambi modules](www/Modules.md)
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="www/favicon.ico">
</head>
</html>
2 changes: 2 additions & 0 deletions www/How-to-develop-Qt-in-Java.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# How to develop with QtJambi

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.qtjambi/qtjambi/badge.svg)](https://search.maven.org/artifact/io.qtjambi/qtjambi)

Add **qtjambi-5.15.jar**/**qtjambi-6.2.jar** to the classpath of your Java project containing the most
essential Qt Core, Gui and Widgets modules. If you use Maven to build your application simply add following dependency
to your project:
Expand Down
2 changes: 2 additions & 0 deletions www/Modules.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# QtJambi Modules

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.qtjambi/qtjambi/badge.svg)](https://search.maven.org/artifact/io.qtjambi/qtjambi)

QtJambi is available for Qt5 and Qt6. All modules are published as Maven Artifact. Add them to your software development project by specifying as follows:

```xml
Expand Down

0 comments on commit b32110f

Please sign in to comment.