Skip to content

Commit 32815cb

Browse files
committed
remove unneeded dependencies
1 parent 8203c5f commit 32815cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_linux/eeprom-programmer

0 Bytes
Binary file not shown.

eeprom_programmer_PC/eeprom-programmer.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
QT += core
2-
QT -= gui
3-
QT += widgets
2+
#QT += widgets
43
QT += serialport
4+
QT -= gui
55

66
CONFIG += c++17
77
CONFIG += console
88
CONFIG -= app_bundle
99

1010
TARGET = eeprom-programmer
11-
TEMPLATE = app
11+
#TEMPLATE = app
1212

1313
# The following define makes your compiler emit warnings if you use
1414
# any feature of Qt which as been marked deprecated (the exact warnings

0 commit comments

Comments
 (0)