# ------------------------------------------------- # Project created by QtCreator 2011-03-10T10:09:15 # ------------------------------------------------- TARGET = BRMA TEMPLATE = app #CONFIG += console QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += embed_manifest_exe STATICLIBS = JeDi/JeDiCore DYNAMICLIBS = JeDi/PluginSystem Recording Analysis Plugins/PointDataPlugin #DYNAMICLIBS += BRMAQt RecordingQt AnalysisQt ReportQt DYNAMICLIBS += BRMAQt PLUGINS = Plugins/PointDataPlugin Plugins/TestPlugin Plugins/DummyRecordingPlugin win32: PLUGINS += Plugins/TrackingToolsPlugin include(../shared.pri) # Easier inclusion INCLUDEPATH += $$SRCROOT/$$RELSRCPATH SOURCES += \ # PositionWidget.cpp \ # PersonView.cpp \ # PersonModuleView.cpp \ # PersonManager.cpp \ # PersonBrowser.cpp \ # Person.cpp \ # Parameter.cpp \ main.cpp \ # HomeView.cpp \ # BikeModuleView.cpp \ # BikeManager.cpp \ # Bike.cpp \ # Analysis/PositionItem.cpp \ # Analysis/ComponentItem.cpp HEADERS += global.h \ # PositionWidget.h \ # PersonView.h \ # PersonModuleView.h \ # PersonManager.h \ # PersonBrowser.h \ # Person.h \ # Parameter.h \ # HomeView.h \ # BikeModuleView.h \ # BikeManager.h \ # Bike.h \ # Analysis/PositionItem.h \ # Analysis/ComponentItem.h FORMS += \ # PositionWidget.ui \ # PersonView.ui \ # PersonModuleView.ui \ # PersonBrowser.ui \ # HomeView.ui \ # BikeModuleView.ui # Macintosh specific ICON = AppIcon.icns # Windows specific RC_FILE = BRMA.rc OTHER_FILES += BRMA.rc # Translations TRANSLATIONS += translations/brma_nl.ts \ translations/brma_en.ts OTHER_FILES += translations/brma_nl.ts \ translations/brma_nl.qm \ translations/brma_en.ts \ translations/brma_en.qm BUNDLE_TRANSLATIONS.files = translations/brma_en.qm translations/brma_nl.qm BUNDLE_TRANSLATIONS.files += ../BRMAQt/translations/brmaqt_en.qm ../BRMAQt/translations/brmaqt_nl.qm BUNDLE_TRANSLATIONS.path = Contents/MacOS/translations QMAKE_BUNDLE_DATA += BUNDLE_TRANSLATIONS # DEBUG #message($$TARGET bundle data: $$QMAKE_BUNDLE_DATA) #for(item, QMAKE_BUNDLE_DATA) { # message($$item files: $$eval($${item}.files)) #}