mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 12:34:31 +00:00
Update to use the correct include path.
svn path=/trunk/kdesupport/qca/; revision=374576
This commit is contained in:
parent
9e3e39fa56
commit
0e65cce5c2
@ -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
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
// QtCrypto/QtCrypto has the declarations for all of QCA
|
||||
#include <QtCrypto/QtCrypto>
|
||||
#include <QtCrypto>
|
||||
// needed for printf
|
||||
#include<stdio.h>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
// QtCrypto/QtCrypto has the declarations for all of QCA
|
||||
#include <QtCrypto/QtCrypto>
|
||||
#include <QtCrypto>
|
||||
// needed for printf
|
||||
#include<stdio.h>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
// QtCrypto/QtCrypto has the declarations for all of QCA
|
||||
#include <QtCrypto/QtCrypto>
|
||||
#include <QtCrypto>
|
||||
#include <iostream>
|
||||
#include <qstringlist.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user