Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove console when not in use, add qcustomplot to manifest #142

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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