summaryrefslogtreecommitdiffstats
path: root/itemviews-ng.pro
blob: 432768d8d59cbb22adf0c5758defaa1da56426aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src \
          tests \
          examples \

# installation paths
libraries.path = $$[QT_INSTALL_LIBS]
libraries.files = $$OUT_PWD/lib/*
# tests.path =
# tests.files = $$OUT_PWD/tests/*
# examples.path =
# examples.files = $$OUT_PWD/examples/*

INSTALLS = libraries \
#           tests \
#           examples \