-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.pri
40 lines (33 loc) · 950 Bytes
/
config.pri
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
# Auto-generated by IDE. All changes by user will be lost!
# Created at 1/28/13 11:15 PM
BASEDIR = $$_PRO_FILE_PWD_
INCLUDEPATH += \
$$BASEDIR/src
SOURCES += \
$$BASEDIR/src/cheat.c \
$$BASEDIR/src/compare_core.c \
$$BASEDIR/src/core_interface.c \
$$BASEDIR/src/emulator.cpp \
$$BASEDIR/src/frontend.cpp \
$$BASEDIR/src/main.cpp \
$$BASEDIR/src/osal_dynamiclib_unix.c \
$$BASEDIR/src/osal_files_unix.c \
$$BASEDIR/src/plugin.c
HEADERS += \
$$BASEDIR/src/cheat.h \
$$BASEDIR/src/compare_core.h \
$$BASEDIR/src/core_interface.h \
$$BASEDIR/src/emulator.h \
$$BASEDIR/src/frontend.h \
$$BASEDIR/src/main.h \
$$BASEDIR/src/osal_dynamiclib.h \
$$BASEDIR/src/osal_files.h \
$$BASEDIR/src/osal_preproc.h \
$$BASEDIR/src/plugin.h \
$$BASEDIR/src/version.h
lupdate_inclusion {
SOURCES += \
$$BASEDIR/../assets/*.qml
}
TRANSLATIONS = \
$${TARGET}.ts