mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 14:59:37 +00:00
(BlackBerry) Get rid of an auto created build file.
This commit is contained in:
parent
f78ad436c8
commit
8ce7a88b1a
@ -1,46 +0,0 @@
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user