mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Update project template for Qt Creator // Issue #711
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user