mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-18 13:19:32 +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
|
# 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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user