File: tst_facebookcontact.pro

package info (click to toggle)
libsocialcache 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,160 kB
  • sloc: cpp: 16,261; makefile: 21
file content (24 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include(../../common.pri)

TEMPLATE = app
TARGET = tst_facebookcontact
QT += network sql testlib

DEFINES += NO_KEY_PROVIDER

INCLUDEPATH += ../../src/lib/

HEADERS +=  ../../src/lib/semaphore_p.h \
            ../../src/lib/socialsyncinterface.h \
            ../../src/lib/abstractsocialcachedatabase.h \
            ../../src/lib/abstractsocialcachedatabase_p.h \
            ../../src/lib/facebookcontactsdatabase.h

SOURCES +=  ../../src/lib/semaphore_p.cpp \
            ../../src/lib/socialsyncinterface.cpp \
            ../../src/lib/abstractsocialcachedatabase.cpp \
            ../../src/lib/facebookcontactsdatabase.cpp \
            main.cpp

target.path = /opt/tests/libsocialcache
INSTALLS += target