Update to use the correct include path.

svn path=/trunk/kdesupport/qca/; revision=374576
This commit is contained in:
Brad Hards 2005-01-01 05:34:22 +00:00
parent 9e3e39fa56
commit 0e65cce5c2
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# In a real application, you use the install prefix (eg /usr/local/include
# and /usr/local/lib). We just do this so you can see the examples
# without needing to install first.
INCLUDEPATH += ../../include
# In a real application, you use the install locations
# (eg /usr/local/include/QtCrypto and /usr/local/lib). We just do this
# so you can see the examples without needing to install first.
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../..
# link

View File

@ -20,7 +20,7 @@
*/
// QtCrypto/QtCrypto has the declarations for all of QCA
#include <QtCrypto/QtCrypto>
#include <QtCrypto>
// needed for printf
#include<stdio.h>

View File

@ -20,7 +20,7 @@
*/
// QtCrypto/QtCrypto has the declarations for all of QCA
#include <QtCrypto/QtCrypto>
#include <QtCrypto>
// needed for printf
#include<stdio.h>

View File

@ -20,7 +20,7 @@
*/
// QtCrypto/QtCrypto has the declarations for all of QCA
#include <QtCrypto/QtCrypto>
#include <QtCrypto>
#include <iostream>
#include <qstringlist.h>