File: examples.pri

package info (click to toggle)
qca2 2.0.0-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 18,392 kB
  • ctags: 18,011
  • sloc: cpp: 40,086; ansic: 629; perl: 241; sh: 42; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../confapp.pri)

# default to console (individual programs can always override this if needed)
CONFIG += console
CONFIG -= app_bundle
QT -= gui

# 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../../lib

# link
LIBS += -l$$QCA_LIBNAME