An example 3rd-party application for Victor Tran's theSuite.
Contains a demo subproject containing some widget demos and a barebones subproject as a basis for apps.
- Qt 5
- qmake
- the-libs
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.
Currently an example PKGBUILD is available for Arch Linux and derivatives.
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!)
Wiki is coming up soon...
