diff options
author | Ritt Konstantin <ritt.ks@gmail.com> | 2011-07-14 12:49:58 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-07-14 12:49:58 (GMT) |
commit | c1788c07deaf4effb5e7c2d2564e7077b9ddcf95 (patch) | |
tree | 662be1debd94faf4d2565b4322d2a79f5bf89d5b /tools | |
parent | 1093d3363df4260cc738ccc1649d710414f07cb3 (diff) | |
download | Qt-c1788c07deaf4effb5e7c2d2564e7077b9ddcf95.zip Qt-c1788c07deaf4effb5e7c2d2564e7077b9ddcf95.tar.gz Qt-c1788c07deaf4effb5e7c2d2564e7077b9ddcf95.tar.bz2 |
fix build
both QLock and QWSSignalHandler are imported and must not be compiled-in
as this breaks the build process due to unresolved dependencies inside QWSSignalHandler
QTBUG: 20236
Merge-request: 1295
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qvfb/qvfb.pro | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/tools/qvfb/qvfb.pro b/tools/qvfb/qvfb.pro index c101d00..29ce202 100644 --- a/tools/qvfb/qvfb.pro +++ b/tools/qvfb/qvfb.pro @@ -8,9 +8,6 @@ DESTDIR = ../../bin target.path=$$[QT_INSTALL_BINS] INSTALLS += target -DEPENDPATH = ../../include -INCLUDEPATH += ../../src/gui/embedded - FORMS = config.ui HEADERS = qvfb.h \ qvfbview.h \ @@ -19,10 +16,7 @@ HEADERS = qvfb.h \ gammaview.h \ qvfbprotocol.h \ qvfbshmem.h \ - qvfbmmap.h \ - ../../src/gui/embedded/qvfbhdr.h \ - ../../src/gui/embedded/qlock_p.h \ - ../../src/gui/embedded/qwssignalhandler_p.h + qvfbmmap.h SOURCES = qvfb.cpp \ qvfbview.cpp \ @@ -31,9 +25,7 @@ SOURCES = qvfb.cpp \ qanimationwriter.cpp \ qvfbprotocol.cpp \ qvfbshmem.cpp \ - qvfbmmap.cpp \ - ../../src/gui/embedded/qlock.cpp \ - ../../src/gui/embedded/qwssignalhandler.cpp + qvfbmmap.cpp include(../shared/deviceskin/deviceskin.pri) |