Skip to content

Commit 1041ee1

Browse files
authored
fix qmake build script (#136)
location of core/localstorage.h was off
1 parent db36c91 commit 1041ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QUsb2snes.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ HEADERS += core/adevice.h \
108108
devices/sd2snesdevice.h \
109109
devices/snesclassic.h \
110110
client/usb2snesclient.h \
111-
localstorage.h \
111+
core/localstorage.h \
112112
core/usb2snes.h \
113113
sqpath.h \
114114
core/wsserver.h \

0 commit comments

Comments
 (0)