summaryrefslogtreecommitdiff
path: root/tests/test-resource.pro
blob: bb4da4c137fbae6ac38777609a9298a849be82c2 (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
SOURCES +=  $${BASE}/src/resource.cpp test-resource.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