Skip to content

Commit f48e98d

Browse files
Add GitLab CI configuration for project Windows settings
1 parent ca3f316 commit f48e98d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

KeyboardVisualizer.pro

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,22 @@ win32:DEFINES += \
115115
win32: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
#-----------------------------------------------------------------------#

0 commit comments

Comments
 (0)