diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-11-03 19:44:33 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-11-03 19:59:56 +0100 |
commit | d563efd01f8f75c04d6a9f1b87b8a2244cc7e35d (patch) | |
tree | aad8accccbdf50c84de2df56840f1b96a661e108 /tests | |
parent | f4c362a7f75122dfd3850749f4b3267e16883e57 (diff) |
[pkg] put desktop place in gui folder for snaps
this was left out of the packaging refactor by mistake.
- Resolves: #368
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ui.cpp b/tests/test_ui.cpp index 7642157..0d1985e 100644 --- a/tests/test_ui.cpp +++ b/tests/test_ui.cpp @@ -1,5 +1,5 @@ // test_ui.cpp -#include <QtQuickTest> +#include <QtQuickTest/quicktest.h> #include <QQmlEngine> #include <QQmlContext> |