Update project template for Qt Creator // Issue #711

This commit is contained in:
Valeriy Koval
2016-07-04 18:01:49 +03:00
parent 241ad8174f
commit 4dd90d5493

View File

@ -20,7 +20,6 @@ DEFINES += "{{define}}"
OTHER_FILES += \
platformio.ini
SOURCES += \
% for file in src_files:
{{file}}
% end
% for file in src_files:
SOURCES += {{file}}
% end