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

View File

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

View File

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

View File

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