--- a/qtpass.pro 2017-11-08 21:55:04.000000000 +0100 +++ b/qtpass.pro 2018-01-01 13:35:48.908191318 +0100 @@ -1,9 +1,9 @@ !include(qtpass.pri) { error("Couldn't find the qtpass.pri file!") } TEMPLATE = subdirs -SUBDIRS += src tests main +SUBDIRS += src main tests.depends = src -main.depends = tests +main.depends = src OTHER_FILES += LICENSE \ README.md \