diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-01 10:24:13 +0200 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-01 10:24:13 +0200 |
commit | 651c76249a7b63e0b4eeed3363607e7deb2e193a (patch) | |
tree | 66a95373a65e581417b4d09a5329aea12b83ce18 /libresourceqt.pro | |
parent | 0746bbd252fe13ce3c4ae523fc28b0cf27314c05 (diff) | |
download | libresourceqt-651c76249a7b63e0b4eeed3363607e7deb2e193a.tar.gz |
Added ResourceEngine and fixed ResourceSet to work
Diffstat (limited to 'libresourceqt.pro')
-rw-r--r-- | libresourceqt.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libresourceqt.pro b/libresourceqt.pro index e76299d..bf4f4dc 100644 --- a/libresourceqt.pro +++ b/libresourceqt.pro @@ -8,11 +8,10 @@ INCLUDEPATH += src include ../libresource/src # Input PUBLIC_HEADERS = include/resource.h include/resource-set.h include/resources.h -HEADERS += $$PUBLIC_HEADERS src/resource-engine.h +HEADERS += $$PUBLIC_HEADERS SOURCES += src/resource.cpp \ src/resource-set.cpp \ - src/resource-engine.cpp \ src/resources.cpp OBJECTS_DIR = build |