summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
blob: 0f0599152b94d5b82c7d1bbc4f966b81c662551e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs

SUBDIRS += src

CONFIG(debug, debug|release) {
    SUBDIRS += tests
}

OTHER_FILES += LICENSE \
               README.md \
               qtpass.1

RESOURCES += resources.qrc