Qt module project structure (#124)

Refactor the project structure to make it build as a "Qt module". It's a first step to get this tool closer to Qt.

The main advantage here is: Simply running:
```
qmake
make
make install
```

will compile and install the tool into your Qt installation, and make it a part of your Qt just like any other tool (qmake, etc.)
This commit is contained in:
Felix Barz
2017-06-19 18:32:53 +02:00
committed by probonopd
parent d6b9ee7ba6
commit 93ba2f186e
13 changed files with 56 additions and 10 deletions
+1
View File
@@ -0,0 +1 @@
TEMPLATE = aux