summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/deployablefilesperprofile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* RemoteLinux: Respect "no_default_install" CONFIG setting.Christian Kandeler2012-06-041-19/+12
| | | | | | | | | Files with this configuration will be excluded from the list of deployables, including the build target. Change-Id: Id1f31ee356916669eb71e911da92d02d84891087 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Fix prepending installPrefix.Nikolai Kosjar2012-03-301-2/+4
| | | | | | | | The remoteDir started with "//" for an empty installPrefix. Change-Id: I2fa5614369a4186502ec666e9202a0f8976b5318 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Change installation prefix logic.Christian Kandeler2012-03-291-5/+2
| | | | | | | | | Specifying relative remote paths is problematic, since they can easily be expanded locally. So we just prepend the prefix to all paths. Change-Id: I629ec49ed219440c70bf3ab75024e2cec2bd83a5 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* RemoteLinux: Introduce installation prefix to deployment information.Christian Kandeler2012-03-151-2/+8
| | | | | | | | Now if some platform interprets deploy paths in project files relative to some base directory, it can make this visible to users. Change-Id: Ie9098e57b05f19568131e33df43a0b0f5f5888a3 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* RemoteLinux: Fix plugin deployment.Christian Kandeler2011-09-221-10/+14
| | | | | | | | | No symbolic links are being created for those. Change-Id: Icecd7441626cc3862bad6c2d4ab000c2f060ec52 Reviewed-on: http://codereview.qt-project.org/5320 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* Coding style: Pure virtual functions, private implementation pointers.Christian Kandeler2011-09-151-32/+32
| | | | | | Change-Id: I293f8dbd4e467e866bab381841659a07e32b9d90 Reviewed-on: http://codereview.qt-project.org/4948 Reviewed-by: hjk <qthjk@ovi.com>
* Header cleanup in Qt4ProjectManager.Friedemann Kleint2011-08-181-0/+1
| | | | | | | | | | Disentangle the covariant returns and introduce convenience accessors. Move internal classes away from Qt4Project. Change-Id: I6c3158988824d2a159b1b3f8ecdf8432c32be2bc Reviewed-on: http://codereview.qt.nokia.com/3216 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* RemoteLinux: Private implementation for all exported classes.Christian Kandeler2011-08-021-33/+70
| | | | | | Change-Id: Id92eb156b027a4986788141845170105b3b1d9e5 Reviewed-on: http://codereview.qt.nokia.com/2507 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Overhaul deployment infrastructure.Christian Kandeler2011-08-011-215/+10
| | | | | | | | | | - Introduce generic and Madde-specific deploy configuration widgets. - Move project file update logic into dedicated class. - Generic deploy configuration widget no longer has the ability to change deployment settings via the GUI, because we cannot know which qmake scope to use for that. Change-Id: Ie542a0852c8aa1c6b416cd7aece4e48c1cc2de7c Reviewed-on: http://codereview.qt.nokia.com/2445 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Move constants and functions to more suitable locations.Christian Kandeler2011-07-251-5/+5
| | | | | | | | | Mostly to facilitate splitting up generic Linux und Maemo-specific things. Change-Id: I6072ae7deaea013219e8969d6a5254e6c5c96693 Reviewed-on: http://codereview.qt.nokia.com/2098 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Remove unneeded #include from header file...Christian Kandeler2011-07-221-1/+1
| | | | | | | | ... and add it to all the files which inadvertantly relied on it. Change-Id: Icc5bb12592fb32c79d19c720de69e405a50b375f Reviewed-on: http://codereview.qt.nokia.com/2043 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Don't build list of deployables without valid Qt version.Christian Kandeler2011-07-111-3/+3
| | | | | | | | | Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=251230 Change-Id: I19f5894b52ea11590304365adae49ed148e4bd48 Reviewed-on: http://codereview.qt.nokia.com/1374 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* MeeGo: Make use of new qmake flags.Christian Kandeler2011-07-081-2/+8
| | | | | | | Change-Id: I0cbb934e2c49c7c99b6fff0b8f92e5802471ef8c Reviewed-on: http://codereview.qt.nokia.com/1326 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* RemoteLinux: Rename some classes and the associated files.Christian Kandeler2011-06-271-0/+360
Also make them external. Change-Id: I21a74c1f7124646b5507ffd2ee0e24c7c60eca97 Reviewed-on: http://codereview.qt.nokia.com/749 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>