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 += \
115115win32 :RC_ICONS += \
116116 KeyboardVisualizerQT/KeyboardVisualizer.ico
117117
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+
118134# -----------------------------------------------------------------------#
119135# Linux-specific Configuration #
120136# -----------------------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments