Skip to content

Commit 751d02f

Browse files
committed
unnecessary win/linux case distinction removed
1 parent 254686e commit 751d02f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/FDMLControl.pro

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
#** at **
2525
#** iqo.uni-hannover.de **
2626
#** **
27-
#** Date: 12 June 2019 **
28-
#** Version: 1.0.0 **
2927
#****************************************************************************/
3028

3129
TEMPLATE = app
@@ -81,12 +79,6 @@ RC_ICONS = FDMLControl_icon.ico
8179

8280
#Copy xml file to application folder
8381
XMLFILE = $$PWD/fdml_commands.xml
84-
win32 {
85-
XMLFILE = $$shell_path($$PWD/fdml_commands.xml)
86-
DESTFOLDER = $$shell_path($$DESTDIR)
87-
}
88-
else {
89-
XMLFILE = $$PWD/fdml_commands.xml
90-
DESTFOLDER = $$DESTDIR
91-
}
82+
XMLFILE = $$shell_path($$PWD/fdml_commands.xml)
83+
DESTFOLDER = $$shell_path($$DESTDIR)
9284
QMAKE_POST_LINK += $$QMAKE_COPY $$quote($${XMLFILE}) $$quote($${DESTFOLDER}) $$escape_expand(\\n\\t)

0 commit comments

Comments
 (0)