Fix project generator for Qt Creator IDE // Resolve #1299 Resolve #1290

This commit is contained in:
Ivan Kravets
2018-01-18 01:30:39 +02:00
parent 23ecce297a
commit bc18941eb0
3 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,8 @@ PlatformIO 3.0
* Refactored code without "arrow" dependency (resolve issue with "ImportError: No module named backports.functools_lru_cache")
* Improved support of PIO Unified Debugger for Eclipse Oxygen
* Improved a work in off-line mode
* Fixed project generator for CLion IDE
* Fixed project generator for CLion and Qt Creator IDE
(`issue #1299 <https://github.com/platformio/platformio-core/issues/1299>`_)
* Fixed PIO Unified Debugger for mbed framework
* Fixed library updates when a version is declared in VCS format (not SemVer)

2
docs

Submodule docs updated: 61405e97cd...776ccf73d0

View File

@ -14,7 +14,7 @@ INCLUDEPATH += "{{include}}"
% end
% for define in defines:
DEFINES += "{{define}}"
DEFINES += {{!define}}
% end
OTHER_FILES += platformio.ini