This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
TEMPLATE = subdirs |
| 2 |
CONFIG += ordered |
| 3 |
SUBDIRS = src \ |
| 4 |
tests \ |
| 5 |
examples \ |
| 6 |
|
| 7 |
# installation paths |
| 8 |
libraries.path = $$[QT_INSTALL_LIBS] |
| 9 |
libraries.files = $$OUT_PWD/lib/* |
| 10 |
# tests.path = |
| 11 |
# tests.files = $$OUT_PWD/tests/* |
| 12 |
# examples.path = |
| 13 |
# examples.files = $$OUT_PWD/examples/* |
| 14 |
|
| 15 |
INSTALLS = libraries \ |
| 16 |
# tests \ |
| 17 |
# examples \ |