############################################################################## # This file is part of libresourceqt # # # # Copyright (C) 2010 Nokia Corporation. # # # # This library is free software; you can redistribute # # it and/or modify it under the terms of the GNU Lesser General Public # # License as published by the Free Software Foundation # # version 2.1 of the License. # # # # This library is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # # Lesser General Public License for more details. # # # # You should have received a copy of the GNU Lesser General Public # # License along with this library; if not, write to the Free Software # # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 # # USA. # ############################################################################## include(../common.pri) TARGET = dbus-qeventloop TEMPLATE = lib DESTDIR = build MOC_DIR = .moc OBJECTS_DIR = .obj DEFINES += LIBDBUSQEVENTLOOP_LIBRARY SOURCES += dbusconnectioneventloop.cpp HEADERS += dbusconnectioneventloop.h QT = core CONFIG += qt link_pkgconfig dll PKGCONFIG += dbus-1 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT QT_NO_DEBUG_STREAM # Install directives headers.files = $$HEADERS INSTALLBASE = /usr target.path = $$INSTALLBASE/lib headers.path = $$INSTALLBASE/include pc.files = libdbus-qeventloop1.pc pc.path = $${INSTALLBASE}/lib/pkgconfig INSTALLS = target headers pc