summaryrefslogtreecommitdiff
path: root/tests/test-resource.pro
blob: 3271864ee5adc0b9e43c504eb3e388eec9a910d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
BASE = ..
TEMPLATE = app
TARGET = test-resource
DESTDIR = build
DEPENDPATH += $${BASE}/include $${BASE}/src .
INCLUDEPATH += $${BASE}/src $${BASE}/include

# Input
HEADERS +=  $${BASE}/include/resource.h test-resource.h mock-resource-library.h
SOURCES +=  $${BASE}/src/resource.cpp test-resource.cpp mock-resource-library.cpp

OBJECTS_DIR = build
MOC_DIR = build

CONFIG  += qt qtestlib debug warn_on
QT -= gui

# Install directives
INSTALLBASE    = /usr
target.path    = $$INSTALLBASE/share/libresourceqt/tests
INSTALLS       = target