AppleWin/source/frontends/qapple/qapple.qrc
Andrea Odetti 138ff8f94d Use MouseInterface rather than dummy implementation.
Must be enabled in data.cpp via g_Slot4 and anyway no mouse events are enabled yet.


Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-10-14 19:18:44 +01:00

12 lines
415 B
Text

<RCC>
<qresource prefix="/">
<file>resources/Apple2.rom</file>
<file>resources/Apple2e.rom</file>
<file>resources/Apple2e_Enhanced.rom</file>
<file>resources/CHARSET4.BMP</file>
<file>resources/DISK2.rom</file>
<file>resources/Hddrvr.bin</file>
<file>resources/Parallel.rom</file>
<file>resources/MouseInterface.rom</file>
</qresource>
</RCC>