kwin/autotests/tabbox
Hartmut Goebel 5e7b3c6c73 Fix: Missing dependencies for kwin autotests
guix (like nix) used a separate prefix for each package. Thus the header
files for
qtdeclarative are in /gnu/store/…-qtdeclarative-5.9.1/include/qt5/ while
the ones for
qtbase are in /gnu/store/…-base-5.9.1/include/qt5/. This means that
*each* dependency's include directory must be specified. This is in
contrast to a "normal" Unix-system, where all includes end up in
/usr/include/qt5 and missing to defined some include-dependencies does
often not raise an error.

Differential Revision: https://phabricator.kde.org/D8112
2017-10-04 10:12:06 +01:00
..
CMakeLists.txt
mock_tabboxclient.cpp
mock_tabboxclient.h
mock_tabboxhandler.cpp
mock_tabboxhandler.h
test_desktopchain.cpp
test_tabbox_clientmodel.cpp
test_tabbox_clientmodel.h
test_tabbox_config.cpp
test_tabbox_handler.cpp