forked from Skarsnik/QUsb2snes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QUsb2snes.pro
61 lines (51 loc) · 1.6 KB
/
QUsb2snes.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
QT += core gui websockets serialport network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QUsb2Snes
TEMPLATE = app
GIT_TAG_VERSION=$$system(git describe --always --tags)
DEFINES += GIT_TAG_VERSION=\\\"$$GIT_TAG_VERSION\\\"
SOURCES = adevice.cpp \
appui.cpp \
devicefactory.cpp \
devices/sd2snesfactory.cpp \
devices/snesclassicfactory.cpp \
ipsparse.cpp \
devices/luabridge.cpp \
devices/luabridgedevice.cpp \
devices/retroarchdevice.cpp \
devices/retroarchfactory.cpp \
main.cpp \
rommapping/mapping_hirom.c \
rommapping/mapping_lorom.c \
rommapping/rommapping.c \
rommapping/rominfo.c \
devices/sd2snesdevice.cpp \
devices/snesclassic.cpp \
wsserver.cpp \
wsservercommands.cpp
HEADERS = adevice.h \
appui.h \
devicefactory.h \
devices/sd2snesfactory.h \
devices/snesclassicfactory.h \
devices/retroarchfactory.h \
ipsparse.h \
devices/luabridge.h \
devices/luabridgedevice.h \
devices/retroarchdevice.h \
rommapping/rommapping.h \
rommapping/rominfo.h \
devices/sd2snesdevice.h \
devices/snesclassic.h \
usb2snes.h \
wsserver.h
macx: {
SOURCES += osx/appnap.mm
HEADERS += osx/appnap.h
LIBS += -framework Foundation
QMAKE_INFO_PLIST = osx/Info.plist
ICON = cheer128x128.icns
}
RESOURCES = ressources.qrc
RC_FILE = qusb2snes.rc
TRANSLATIONS = Translations\qusb2snes_fr.ts