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 /bitmask.pro | |
parent | 7ef59391594be905f8340cb5fef2afe2c25ddba9 (diff) |
[test] update ui smoke test, add it to ci
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitmask.pro b/bitmask.pro index 7d4543a..3ab8507 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -18,7 +18,6 @@ SOURCES += \ gui/qjsonmodel.cpp \ gui/handlers.cpp -RESOURCES += gui/gui.qrc HEADERS += \ gui/handlers.h \ @@ -27,6 +26,8 @@ HEADERS += \ LIBS += -L../lib -lgoshim -lpthread +RESOURCES += gui/gui.qrc + DESTDIR = release OBJECTS_DIR = release/.obj MOC_DIR = release/.moc |