diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-02 15:51:41 +0200 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-02 15:51:41 +0200 |
commit | 8bff62c335842b4c850cc09716e79c2f556247c7 (patch) | |
tree | 281dd5c4a92087f6308e3fb540aba62d7fd272c2 /libresourceqt.pro | |
parent | b7d622788b55d30d51ce30bd58634763fddf66fc (diff) | |
download | libresourceqt-8bff62c335842b4c850cc09716e79c2f556247c7.tar.gz |
directory structure changes
Diffstat (limited to 'libresourceqt.pro')
-rw-r--r-- | libresourceqt.pro | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/libresourceqt.pro b/libresourceqt.pro deleted file mode 100644 index bf4f4dc..0000000 --- a/libresourceqt.pro +++ /dev/null @@ -1,31 +0,0 @@ -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 - |