(BlackBerry) Get rid of an auto created build file.

This commit is contained in:
CatalystG 2013-06-01 16:43:00 -04:00
parent f78ad436c8
commit 8ce7a88b1a

View File

@ -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)