diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-12 12:13:12 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-12 12:13:12 +0100 |
commit | 52571310d06e2c20d2959c7f6ca2d9e6a1cf281c (patch) | |
tree | 1ec3ac1e4008d11853c7c1db0b2f80b8f6561af7 /confui/confui.pro | |
parent | 28cd1a0d195637f8f55faf711a66a3e0249843dc (diff) |
allow manual serial port specification
Diffstat (limited to 'confui/confui.pro')
-rw-r--r-- | confui/confui.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/confui/confui.pro b/confui/confui.pro index 7dcd66c..237f22d 100644 --- a/confui/confui.pro +++ b/confui/confui.pro @@ -26,7 +26,8 @@ HEADERS += \ ../shared/bin.h \ ../shared/protocol.h \ ../shared/serial_parse.h \ - ../shared/consts.h + ../shared/consts.h \ + main.h CONFIG += c++17 CONFIG += force_debug_info |