We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30cf29 commit 58909a1Copy full SHA for 58909a1
editors/QtCreator/install-win.bat
@@ -0,0 +1,19 @@
1
+@ECHO OFF
2
+SET CREATOR=%APPDATA%\QtProject\qtcreator
3
+SET WIZARDS=%CREATOR%\templates\wizards
4
+SET CODESTYLES=%CREATOR%\codestyles\cpp
5
+IF NOT EXIST "%WIZARDS%" (
6
+ mkdir "%WIZARDS%"
7
+)
8
+
9
+IF NOT EXIST "%TEMPLATES%\qgis" (
10
+ mklink /J "%TEMPLATES%\qgis" %CD%\templates\wizards\qgis
11
12
13
+IF NOT EXIST "%CODESTYLES%" (
14
+ mkdir "%COESTYLES%"
15
16
17
+IF NOT EXIST "%CODESTYLES%\qgis_code_style.xml" (
18
+ mklink "%CODESTYLES%\qgis_code_style.xml" %CD%\qgis_code_style.xml
19
editors/QtCreator/qtcreator_code_style.xml renamed to editors/QtCreator/qgis_code_style.xml
0 commit comments