Skip to content

Commit

Permalink
Remove console when not in use, add qcustomplot to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
TokugawaHeavyIndustries authored and atsampson committed Jul 26, 2023
1 parent 5f00ff0 commit 150ef8b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Linux-Application/DomesdayDuplicator/DomesdayDuplicator.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

CONFIG += c++11 console
CONFIG += c++11

# Include the libUSB library
unix {
Expand All @@ -48,7 +48,8 @@ SOURCES += \
playercontrol.cpp \
automaticcapturedialog.cpp \
advancednamingdialog.cpp \
amplitudemeasurement.cpp
amplitudemeasurement.cpp \
qcustomplot.cpp

HEADERS += \
mainwindow.h \
Expand All @@ -62,7 +63,8 @@ HEADERS += \
playercontrol.h \
automaticcapturedialog.h \
advancednamingdialog.h \
amplitudemeasurement.h
amplitudemeasurement.h \
qcustomplot.h

FORMS += \
mainwindow.ui \
Expand Down

0 comments on commit 150ef8b

Please sign in to comment.