Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 642956
Collapse All | Expand All

(-)a/qtpass.pro (-2 / +2 lines)
Lines 1-9 Link Here
1
!include(qtpass.pri) { error("Couldn't find the qtpass.pri file!") }
1
!include(qtpass.pri) { error("Couldn't find the qtpass.pri file!") }
2
2
3
TEMPLATE = subdirs
3
TEMPLATE = subdirs
4
SUBDIRS += src tests main
4
SUBDIRS += src main
5
tests.depends = src
5
tests.depends = src
6
main.depends = tests
6
main.depends = src
7
7
8
OTHER_FILES += LICENSE \
8
OTHER_FILES += LICENSE \
9
               README.md \
9
               README.md \

Return to bug 642956