From 8bff62c335842b4c850cc09716e79c2f556247c7 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Tue, 2 Feb 2010 15:51:41 +0200 Subject: directory structure changes --- libresourceqt/libresourceqt.pro | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 libresourceqt/libresourceqt.pro (limited to 'libresourceqt/libresourceqt.pro') diff --git a/libresourceqt/libresourceqt.pro b/libresourceqt/libresourceqt.pro new file mode 100644 index 0000000..b9e5cd5 --- /dev/null +++ b/libresourceqt/libresourceqt.pro @@ -0,0 +1,30 @@ +TEMPLATE = lib +VERSION = 1.0.0 +TARGET = resourceqt +DESTDIR = build +DEPENDPATH += include src +INCLUDEPATH += src include ../libresource/src + +# Input +PUBLIC_HEADERS = include/resource.h include/resource-set.h include/resources.h + +HEADERS += $$PUBLIC_HEADERS + +SOURCES += src/resource.cpp \ + src/resource-set.cpp \ + src/resources.cpp + +OBJECTS_DIR = build +MOC_DIR = build + +CONFIG += qt link_pkgconfig dll +QT = core +PKGCONFIG += dbus-1 + +# Install directives +headers.files = $$PUBLIC_HEADERS +INSTALLBASE = /usr +target.path = $$INSTALLBASE/lib +headers.path = $$INSTALLBASE/include/resource/qt4 + +INSTALLS = target headers -- cgit v1.2.1