oops, wrong file name

svn path=/trunk/kdesupport/qca/; revision=442349
This commit is contained in:
Justin Karneges 2005-08-02 12:22:06 +00:00
parent f603d493f8
commit 8c76a8245b

View File

@ -35,7 +35,7 @@ public:
str = QString( str = QString(
"prffiles.path = %1/mkspecs/features\n" "prffiles.path = %1/mkspecs/features\n"
"prffiles.files = qca.prf\n" "prffiles.files = crypto.prf\n"
"INSTALLS += prffiles\n" "INSTALLS += prffiles\n"
).arg(QLibraryInfo::location(QLibraryInfo::DataPath)); ).arg(QLibraryInfo::location(QLibraryInfo::DataPath));
conf->addExtra(str); conf->addExtra(str);