https://github.com/zoomten/theapp
A test application using Victor Tran's the-libs
https://github.com/zoomten/theapp
linux qt the-libs thesuite
Last synced: about 1 month ago
JSON representation
A test application using Victor Tran's the-libs
- Host: GitHub
- URL: https://github.com/zoomten/theapp
- Owner: ZoomTen
- License: gpl-3.0
- Created: 2020-06-17T10:36:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T10:44:52.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T11:54:16.980Z (over 1 year ago)
- Topics: linux, qt, the-libs, thesuite
- Language: C++
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# theApp

An example 3rd-party application for [Victor Tran's theSuite](https://github.com/vicr123).
Contains a demo subproject containing some widget demos and a barebones
subproject as a basis for apps.
## Requirements
* Qt 5
* qmake
* [the-libs](https://github.com/vicr123/the-libs)
## Build
`mkdir build && cd build`
`qmake .. && make`
If a build is successful:
* Demo application will be in `build/app-demo/theapp-demo`.
* Barebones application will be in `build/app-barebones/theapp`.
## Packaging
Currently an example [PKGBUILD](https://gist.github.com/ZoomTen/2853266b2060d563654cffa9dbcb1d49) is available for Arch Linux and derivatives.
## Make it yours
Clone (not fork) this repo:
* **GitHub**: click "Use this template"
* **Plain Git**: `git clone https://github.com/ZoomTen/theApp/; cd theApp; rm -r .git; git init;`
Then delete the `app-demo \` line in theApp.pro and delete the `app-demo` folder.
From this point on, all you do is up to your imagination! (and skill!)
## Documentation
[Wiki](https://github.com/zoomten/theapp/wiki) is coming up soon...