We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8203c5f commit 32815cbCopy full SHA for 32815cb
build_linux/eeprom-programmer
0 Bytes
eeprom_programmer_PC/eeprom-programmer.pro
@@ -1,14 +1,14 @@
1
QT += core
2
-QT -= gui
3
-QT += widgets
+#QT += widgets
4
QT += serialport
+QT -= gui
5
6
CONFIG += c++17
7
CONFIG += console
8
CONFIG -= app_bundle
9
10
TARGET = eeprom-programmer
11
-TEMPLATE = app
+#TEMPLATE = app
12
13
# The following define makes your compiler emit warnings if you use
14
# any feature of Qt which as been marked deprecated (the exact warnings
0 commit comments