mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-31 23:34:36 +00:00
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
# Auto-generated by IDE. Changes by user will be lost!
|
|
BASEDIR = $$quote($$_PRO_FILE_PWD_)
|
|
|
|
device {
|
|
CONFIG(debug, debug|release) {
|
|
SOURCES += $$quote($$BASEDIR/src/RetroArch-Cascades.cpp) \
|
|
$$quote($$BASEDIR/src/main.cpp)
|
|
|
|
HEADERS += $$quote($$BASEDIR/src/RetroArch-Cascades.h)
|
|
|
|
}
|
|
|
|
CONFIG(release, debug|release) {
|
|
SOURCES += $$quote($$BASEDIR/src/RetroArch-Cascades.cpp) \
|
|
$$quote($$BASEDIR/src/main.cpp)
|
|
|
|
HEADERS += $$quote($$BASEDIR/src/RetroArch-Cascades.h)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
simulator {
|
|
CONFIG(debug, debug|release) {
|
|
SOURCES += $$quote($$BASEDIR/src/RetroArch-Cascades.cpp) \
|
|
$$quote($$BASEDIR/src/main.cpp)
|
|
|
|
HEADERS += $$quote($$BASEDIR/src/RetroArch-Cascades.h)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
INCLUDEPATH += $$quote($$BASEDIR/src)
|
|
|
|
CONFIG += precompile_header
|
|
|
|
PRECOMPILED_HEADER = $$quote($$BASEDIR/precompiled.h)
|
|
|
|
lupdate_inclusion {
|
|
SOURCES += $$quote($$BASEDIR/../assets/*.qml)
|
|
|
|
}
|
|
|
|
TRANSLATIONS = $$quote($${TARGET}.ts)
|
|
|