fourth try; refs #143

This commit is contained in:
Marc Wäckerlin
2012-04-27 08:46:27 +00:00
parent 7dbca1d5fb
commit e68b39e6dc

View File

@@ -7,6 +7,7 @@
#include <qbrowserlib/certs.hxx>
namespace qbrowserlib {
#if defined(Q_OS_LINUX)
const QString LIBNAME("libcvP11.so");
#elif defined(Q_OS_MAC)
@@ -16,3 +17,4 @@
#else
const QString LIBNAME;
#endif
}