Skip to content

Commit

Permalink
added missing config.pri files due to .ignore entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Sosnowski committed Sep 4, 2013
1 parent 0af2b69 commit 10b9f79
Show file tree
Hide file tree
Showing 5 changed files with 582 additions and 0 deletions.
70 changes: 70 additions & 0 deletions bbmcontacts/config.pri
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Auto-generated by IDE. Any changes made by user will be lost!
BASEDIR = $$quote($$_PRO_FILE_PWD_)

device {
CONFIG(debug, debug|release) {
LIBS += -lbbplatformbbm

SOURCES += $$quote($$BASEDIR/src/Contact.cpp) \
$$quote($$BASEDIR/src/ContactsDisplay.cpp) \
$$quote($$BASEDIR/src/RegistrationHandler.cpp) \
$$quote($$BASEDIR/src/main.cpp)

HEADERS += $$quote($$BASEDIR/src/Contact.hpp) \
$$quote($$BASEDIR/src/ContactsDisplay.hpp) \
$$quote($$BASEDIR/src/RegistrationHandler.hpp)
}

CONFIG(release, debug|release) {
LIBS += -lbbplatformbbm

SOURCES += $$quote($$BASEDIR/src/Contact.cpp) \
$$quote($$BASEDIR/src/ContactsDisplay.cpp) \
$$quote($$BASEDIR/src/RegistrationHandler.cpp) \
$$quote($$BASEDIR/src/main.cpp)

HEADERS += $$quote($$BASEDIR/src/Contact.hpp) \
$$quote($$BASEDIR/src/ContactsDisplay.hpp) \
$$quote($$BASEDIR/src/RegistrationHandler.hpp)
}
}

simulator {
CONFIG(debug, debug|release) {
LIBS += -lbbplatformbbm

SOURCES += $$quote($$BASEDIR/src/Contact.cpp) \
$$quote($$BASEDIR/src/ContactsDisplay.cpp) \
$$quote($$BASEDIR/src/RegistrationHandler.cpp) \
$$quote($$BASEDIR/src/main.cpp)

HEADERS += $$quote($$BASEDIR/src/Contact.hpp) \
$$quote($$BASEDIR/src/ContactsDisplay.hpp) \
$$quote($$BASEDIR/src/RegistrationHandler.hpp)
}
}

INCLUDEPATH += $$quote($$BASEDIR/src)

CONFIG += precompile_header

PRECOMPILED_HEADER = $$quote($$BASEDIR/precompiled.h)

lupdate_inclusion {
SOURCES += $$quote($$BASEDIR/../src/*.c) \
$$quote($$BASEDIR/../src/*.c++) \
$$quote($$BASEDIR/../src/*.cc) \
$$quote($$BASEDIR/../src/*.cpp) \
$$quote($$BASEDIR/../src/*.cxx) \
$$quote($$BASEDIR/../assets/*.qml) \
$$quote($$BASEDIR/../assets/*.js) \
$$quote($$BASEDIR/../assets/*.qs)

HEADERS += $$quote($$BASEDIR/../src/*.h) \
$$quote($$BASEDIR/../src/*.h++) \
$$quote($$BASEDIR/../src/*.hh) \
$$quote($$BASEDIR/../src/*.hpp) \
$$quote($$BASEDIR/../src/*.hxx)
}

TRANSLATIONS = $$quote($${TARGET}.ts)
153 changes: 153 additions & 0 deletions bpstoqml/config.pri
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
# Auto-generated by IDE. Any changes made by user will be lost!
BASEDIR = $$quote($$_PRO_FILE_PWD_)

device {
CONFIG(debug, debug|release) {
INCLUDEPATH += $$quote(${QNX_TARGET}/usr/include/cpp) \
$$quote(${QNX_TARGET}/usr/include/qt4) \
$$quote(${QNX_TARGET}/usr/include/cpp/embedded) \
$$quote(${QNX_TARGET}/usr/include/cpp/c) \
$$quote(${QNX_TARGET}/../target-override/usr/include) \
$$quote(${QNX_TARGET}/usr/include/qt4/QtCore)

DEPENDPATH += $$quote(${QNX_TARGET}/usr/include/cpp) \
$$quote(${QNX_TARGET}/usr/include/qt4) \
$$quote(${QNX_TARGET}/usr/include/cpp/embedded) \
$$quote(${QNX_TARGET}/usr/include/cpp/c) \
$$quote(${QNX_TARGET}/../target-override/usr/include) \
$$quote(${QNX_TARGET}/usr/include/qt4/QtCore)

SOURCES += $$quote($$BASEDIR/src/AbstractSensorService.cpp) \
$$quote($$BASEDIR/src/AccelerometerService.cpp) \
$$quote($$BASEDIR/src/AzimuthPitchRollService.cpp) \
$$quote($$BASEDIR/src/BPSEventHandler.cpp) \
$$quote($$BASEDIR/src/BPSMonitor.cpp) \
$$quote($$BASEDIR/src/GeolocationService.cpp) \
$$quote($$BASEDIR/src/LightService.cpp) \
$$quote($$BASEDIR/src/MagnetometerService.cpp) \
$$quote($$BASEDIR/src/ProximityService.cpp) \
$$quote($$BASEDIR/src/SmartSignalsApp.cpp) \
$$quote($$BASEDIR/src/VirtualKeyboardService.cpp) \
$$quote($$BASEDIR/src/smartsignals.cpp)

HEADERS += $$quote($$BASEDIR/src/AbstractSensorService.hpp) \
$$quote($$BASEDIR/src/AccelerometerService.hpp) \
$$quote($$BASEDIR/src/AzimuthPitchRollService.hpp) \
$$quote($$BASEDIR/src/BPSEventHandler.hpp) \
$$quote($$BASEDIR/src/BPSMonitor.hpp) \
$$quote($$BASEDIR/src/BlackBerryPlatformService.hpp) \
$$quote($$BASEDIR/src/GeolocationService.hpp) \
$$quote($$BASEDIR/src/LightService.hpp) \
$$quote($$BASEDIR/src/MagnetometerService.hpp) \
$$quote($$BASEDIR/src/ProximityService.hpp) \
$$quote($$BASEDIR/src/SmartSignalsApp.hpp) \
$$quote($$BASEDIR/src/VirtualKeyboardService.hpp)
}

CONFIG(release, debug|release) {
INCLUDEPATH += $$quote(${QNX_TARGET}/usr/include/cpp) \
$$quote(${QNX_TARGET}/usr/include/qt4) \
$$quote(${QNX_TARGET}/usr/include/cpp/embedded) \
$$quote(${QNX_TARGET}/usr/include/cpp/c) \
$$quote(${QNX_TARGET}/../target-override/usr/include) \
$$quote(${QNX_TARGET}/usr/include/qt4/QtCore)

DEPENDPATH += $$quote(${QNX_TARGET}/usr/include/cpp) \
$$quote(${QNX_TARGET}/usr/include/qt4) \
$$quote(${QNX_TARGET}/usr/include/cpp/embedded) \
$$quote(${QNX_TARGET}/usr/include/cpp/c) \
$$quote(${QNX_TARGET}/../target-override/usr/include) \
$$quote(${QNX_TARGET}/usr/include/qt4/QtCore)

SOURCES += $$quote($$BASEDIR/src/AbstractSensorService.cpp) \
$$quote($$BASEDIR/src/AccelerometerService.cpp) \
$$quote($$BASEDIR/src/AzimuthPitchRollService.cpp) \
$$quote($$BASEDIR/src/BPSEventHandler.cpp) \
$$quote($$BASEDIR/src/BPSMonitor.cpp) \
$$quote($$BASEDIR/src/GeolocationService.cpp) \
$$quote($$BASEDIR/src/LightService.cpp) \
$$quote($$BASEDIR/src/MagnetometerService.cpp) \
$$quote($$BASEDIR/src/ProximityService.cpp) \
$$quote($$BASEDIR/src/SmartSignalsApp.cpp) \
$$quote($$BASEDIR/src/VirtualKeyboardService.cpp) \
$$quote($$BASEDIR/src/smartsignals.cpp)

HEADERS += $$quote($$BASEDIR/src/AbstractSensorService.hpp) \
$$quote($$BASEDIR/src/AccelerometerService.hpp) \
$$quote($$BASEDIR/src/AzimuthPitchRollService.hpp) \
$$quote($$BASEDIR/src/BPSEventHandler.hpp) \
$$quote($$BASEDIR/src/BPSMonitor.hpp) \
$$quote($$BASEDIR/src/BlackBerryPlatformService.hpp) \
$$quote($$BASEDIR/src/GeolocationService.hpp) \
$$quote($$BASEDIR/src/LightService.hpp) \
$$quote($$BASEDIR/src/MagnetometerService.hpp) \
$$quote($$BASEDIR/src/ProximityService.hpp) \
$$quote($$BASEDIR/src/SmartSignalsApp.hpp) \
$$quote($$BASEDIR/src/VirtualKeyboardService.hpp)
}
}

simulator {
CONFIG(debug, debug|release) {
INCLUDEPATH += $$quote(${QNX_TARGET}/usr/include/cpp) \
$$quote(${QNX_TARGET}/usr/include/qt4) \
$$quote(${QNX_TARGET}/usr/include/cpp/embedded) \
$$quote(${QNX_TARGET}/usr/include/cpp/c) \
$$quote(${QNX_TARGET}/../target-override/usr/include) \
$$quote(${QNX_TARGET}/usr/include/qt4/QtCore)

DEPENDPATH += $$quote(${QNX_TARGET}/usr/include/cpp) \
$$quote(${QNX_TARGET}/usr/include/qt4) \
$$quote(${QNX_TARGET}/usr/include/cpp/embedded) \
$$quote(${QNX_TARGET}/usr/include/cpp/c) \
$$quote(${QNX_TARGET}/../target-override/usr/include) \
$$quote(${QNX_TARGET}/usr/include/qt4/QtCore)

SOURCES += $$quote($$BASEDIR/src/AbstractSensorService.cpp) \
$$quote($$BASEDIR/src/AccelerometerService.cpp) \
$$quote($$BASEDIR/src/AzimuthPitchRollService.cpp) \
$$quote($$BASEDIR/src/BPSEventHandler.cpp) \
$$quote($$BASEDIR/src/BPSMonitor.cpp) \
$$quote($$BASEDIR/src/GeolocationService.cpp) \
$$quote($$BASEDIR/src/LightService.cpp) \
$$quote($$BASEDIR/src/MagnetometerService.cpp) \
$$quote($$BASEDIR/src/ProximityService.cpp) \
$$quote($$BASEDIR/src/SmartSignalsApp.cpp) \
$$quote($$BASEDIR/src/VirtualKeyboardService.cpp) \
$$quote($$BASEDIR/src/smartsignals.cpp)

HEADERS += $$quote($$BASEDIR/src/AbstractSensorService.hpp) \
$$quote($$BASEDIR/src/AccelerometerService.hpp) \
$$quote($$BASEDIR/src/AzimuthPitchRollService.hpp) \
$$quote($$BASEDIR/src/BPSEventHandler.hpp) \
$$quote($$BASEDIR/src/BPSMonitor.hpp) \
$$quote($$BASEDIR/src/BlackBerryPlatformService.hpp) \
$$quote($$BASEDIR/src/GeolocationService.hpp) \
$$quote($$BASEDIR/src/LightService.hpp) \
$$quote($$BASEDIR/src/MagnetometerService.hpp) \
$$quote($$BASEDIR/src/ProximityService.hpp) \
$$quote($$BASEDIR/src/SmartSignalsApp.hpp) \
$$quote($$BASEDIR/src/VirtualKeyboardService.hpp)
}
}

INCLUDEPATH += $$quote($$BASEDIR/src)

lupdate_inclusion {
SOURCES += $$quote($$BASEDIR/../src/*.c) \
$$quote($$BASEDIR/../src/*.c++) \
$$quote($$BASEDIR/../src/*.cc) \
$$quote($$BASEDIR/../src/*.cpp) \
$$quote($$BASEDIR/../src/*.cxx) \
$$quote($$BASEDIR/../assets/*.qml) \
$$quote($$BASEDIR/../assets/*.js) \
$$quote($$BASEDIR/../assets/*.qs)

HEADERS += $$quote($$BASEDIR/../src/*.h) \
$$quote($$BASEDIR/../src/*.h++) \
$$quote($$BASEDIR/../src/*.hh) \
$$quote($$BASEDIR/../src/*.hpp) \
$$quote($$BASEDIR/../src/*.hxx)
}

TRANSLATIONS = $$quote($${TARGET}.ts)
Loading

0 comments on commit 10b9f79

Please sign in to comment.