change for new seq
[src/libqthomescreen.git] / src / src.pro
1 #
2 # Copyright (c) 2017 TOYOTA MOTOR CORPORATION
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 TEMPLATE = lib
17 VERSION = 0.1.0
18 TARGET = qthomescreen
19 QT += quick
20
21 HEADERS = qlibhomescreen.h
22 SOURCES = qlibhomescreen.cpp
23
24 headers.path = /usr/include
25 headers.files = qlibhomescreen.h
26
27 target.path = /usr/lib
28
29 CONFIG += link_pkgconfig create_pc create_prl no_install_prl
30
31 PKGCONFIG += libhomescreen
32
33 QMAKE_PKGCONFIG_NAME = qlibhomescreen
34 QMAKE_PKGCONFIG_FILE = $${QMAKE_PKGCONFIG_NAME}
35 QMAKE_PKGCONFIG_VERSION = $${VERSION}
36 QMAKE_PKGCONFIG_DESCRIPTION = A wrapper interface for libhomescreen for Qt
37 QMAKE_PKGCONFIG_LIBDIR = ${prefix}/lib
38 QMAKE_PKGCONFIG_INCDIR = ${prefix}/include
39 QMAKE_PKGCONFIG_REQUIRES = libhomescreen
40 QMAKE_PKGCONFIG_DESTDIR = pkgconfig
41
42 INSTALLS += target headers