File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,22 @@ win32:DEFINES += \
115
115
win32 :RC_ICONS += \
116
116
KeyboardVisualizerQT/KeyboardVisualizer.ico
117
117
118
+ # -------------------------------------------------------------------#
119
+ # Windows GitLab CI Configuration #
120
+ # -------------------------------------------------------------------#
121
+ win32 :CONFIG (debug , debug |release ) {
122
+ win32 :DESTDIR = debug
123
+ }
124
+
125
+ win32 :CONFIG (release , debug |release ) {
126
+ win32 :DESTDIR = release
127
+ }
128
+
129
+ win32 :OBJECTS_DIR = _intermediate_ $$DESTDIR /.obj
130
+ win32 :MOC_DIR = _intermediate_ $$DESTDIR /.moc
131
+ win32 :RCC_DIR = _intermediate_ $$DESTDIR /.qrc
132
+ win32 :UI_DIR = _intermediate_ $$DESTDIR /.ui
133
+
118
134
# -----------------------------------------------------------------------#
119
135
# Linux-specific Configuration #
120
136
# -----------------------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments