Skip to content

Commit

Permalink
Update QtMidiApp.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjared authored Jun 26, 2024
1 parent 5eb4eb4 commit 33abda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions midi-cfg/Config.Tool/QtMidiApp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ INCLUDEPATH += .
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

# Input
HEADERS += mainwindow.h RtMidi.h
SOURCES += main.cpp mainwindow.cpp
HEADERS += mainwindow.h RtMidi.h cap.h
SOURCES += main.cpp mainwindow.cpp cap.cpp
LIBS += -lwinmm ./rtmidilib.lib -lole32 -loleaut32

0 comments on commit 33abda7

Please sign in to comment.