diff --git a/app-crypt/qca/files/app.pri.in b/app-crypt/qca/files/app.pri.in deleted file mode 100644 --- a/app-crypt/qca/files/app.pri.in +++ /dev/null @@ -1,12 +0,0 @@ -### eqmake4 was here ### -include(conf.pri) - -mac:QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3 - -exists(crypto.prf) { - # our apps should build against the qca in this tree - include(crypto.prf) -} else { - # attempt to use system-wide qca - CONFIG *= crypto -}