summaryrefslogtreecommitdiff
path: root/tests/test-resource-engine/test-resource-engine.pro
blob: 25e2dd9f64eed6d15039dbe0276b500756460d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
BASE = ../../libresourceqt
TEMPLATE = app
TARGET = test-resource-engine
DESTDIR = build
DEPENDPATH += $${BASE}/include $${BASE}/src .
INCLUDEPATH += $${BASE}/src $${BASE}/include $${BASE}/../libresource/src

# Input
HEADERS +=  $${BASE}/include/resource.h \
            $${BASE}/include/resource-set.h \
            $${BASE}/src/resource-engine.h \
            test-resource-engine.h

SOURCES +=  $${BASE}/src/resource.cpp \
            $${BASE}/src/resource-set.cpp \
            $${BASE}/src/resource-engine.cpp \
            test-resource-engine.cpp

OBJECTS_DIR = build
MOC_DIR = build

CONFIG  += qt qtestlib debug warn_on link_pkgconfig
QT -= gui
PKGCONFIG += dbus-1

# Install directives
INSTALLBASE    = /usr
target.path    = $${INSTALLBASE}/lib/libresourceqt-tests/
INSTALLS       = target