aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtProjectLib.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Implement conditional configuration includes2.0Karsten Heimrich2016-11-141-2/+1
| | | | | | | | | | | Since the VS Gallery expects each VSIX having a different GUID, we need to have a separate .vsixmanifest file per VS version. Put the configuration stuff in a dedicated directory, split the AfterBuild from the actual .csproj and have a .targets file and .vsixmanifest per Visual Studio version. Update the README file. Change-Id: I32ffee1c40345812b7f2232987e4e7a5b20c3da6 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* QML classifier: Add settings option to enable/disable classifierKarsten Heimrich2016-09-091-0/+1
| | | | | Change-Id: I9cbfeb4b0a75468858c09a81f1b1d936ee105a46 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Remove QProcess, move StartExternalQtApplication into TranslationKarsten Heimrich2016-08-181-3/+0
| | | | | | | | | Translation is the only user of the functionality, it does not make sense to spread the code over several files/places. Also non of the implementation provided by the QProcess class is used, get rid of it. Change-Id: I812668b9b178b83cfe6bfa354392dea76da104b7 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Move 'Filters' class into its own source file.Karsten Heimrich2016-08-171-0/+1
| | | | | Change-Id: I56978e458fba64de84516f2b6c26709f793a670e Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Fix warning CA1811, CA1804, CA1823, CA1801 and CA1812Karsten Heimrich2016-07-151-1/+0
| | | | | | | | | | | CA1811: Private methods that are not called from any other code CA1804: Unused local variables CA1823: Unused private fields CA1801: Unused parameters (Added TODO for the time being) CA1812: Internal classes not instantiated from any other code Change-Id: I67d3c3972509d00ecb7f02aa5a6bc4b560464a7f Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Set the code analysis rule set to the maximum possibleKarsten Heimrich2016-07-151-0/+1
| | | | | Change-Id: Ie8f3b1d2433238cd0be0d0cea18f02de77abea0a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Move our defines into the .targets file as wellKarsten Heimrich2016-07-151-2/+2
| | | | | Change-Id: Ib1a5d7d77474c43cd2b253f2d9e71940f0c342ac Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Move IsModuleInstalled(...) into QtModuleInfo and reuseKarsten Heimrich2016-07-151-1/+0
| | | | | | | | Finally remove QtProjectEngine file as its last remaining method seems better placed in QtModuleInfo. Code looks awkward though. Change-Id: Iceb03d692ea5c31623a21e685533a416f2b6f38c Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Refactor project files to support VS2013 and VS2015Karsten Heimrich2016-07-131-10/+3
| | | | | Change-Id: If069fb8cf35a9e48c8857a31d324c9ddc84e623b Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Copy QtProjectLib into src directory.Karsten Heimrich2016-06-141-0/+105
Change-Id: I5b6b4cc8a2b46f5e5baf157ae22ca480a73c8d21 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>