summaryrefslogtreecommitdiffstats
path: root/qtmir.pro
blob: 62da71f000c97b4160a5e2ffdb8952a927c20d50 (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs
SUBDIRS = src

!no_tests {
    SUBDIRS += tests
    tests.depends = src
}