diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-02 13:22:07 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-02 19:31:54 +0200 |
commit | ac30c6954a55347677d04ad2d8485b8ce85c9a55 (patch) | |
tree | 8cacc84deafa7e25c3c7572d71f86fa1ac5b75cb /test.pro | |
parent | 7ef59391594be905f8340cb5fef2afe2c25ddba9 (diff) |
[test] update ui smoke test, add it to ci
Diffstat (limited to 'test.pro')
-rw-r--r-- | test.pro | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,9 +12,10 @@ HEADERS += \ gui/qjsonmodel.h \ gui/handlers.h - LIBS += -L../lib -lgoshim -lpthread +RESOURCES += tests/tests.qrc + DESTDIR = build OBJECTS_DIR = build/.obj RCC_DIR = build/.rcc |