Skip to content

Commit 0123ebc

Browse files
committed
Compile, fix sendtosd2snes
1 parent 882b735 commit 0123ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QFile2Snes/SendToSd2snes.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ CONFIG += c++11
1010
SOURCES += \
1111
mainsendto.cpp \
1212
usb2snesfilemodel.cpp \
13-
../client/usb2snes.cpp \
13+
../client/usb2snesclient.cpp \
1414
sendtodialog.cpp \
1515
dirchangedialog.cpp
1616

1717

1818
HEADERS += \
1919
usb2snesfilemodel.h \
20-
../client/usb2snes.h \
20+
../client/usb2snesclient.h \
2121
sendtodialog.h \
2222
dirchangedialog.h \
2323

0 commit comments

Comments
 (0)