diff --git a/blackberry-qnx/bb10/config.pri b/blackberry-qnx/bb10/config.pri deleted file mode 100644 index 4abec4b0da..0000000000 --- a/blackberry-qnx/bb10/config.pri +++ /dev/null @@ -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) -