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 254686e commit 751d02fCopy full SHA for 751d02f
src/FDMLControl.pro
@@ -24,8 +24,6 @@
24
#** at **
25
#** iqo.uni-hannover.de **
26
#** **
27
-#** Date: 12 June 2019 **
28
-#** Version: 1.0.0 **
29
#****************************************************************************/
30
31
TEMPLATE = app
@@ -81,12 +79,6 @@ RC_ICONS = FDMLControl_icon.ico
81
79
82
80
#Copy xml file to application folder
83
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
+XMLFILE = $$shell_path($$PWD/fdml_commands.xml)
+DESTFOLDER = $$shell_path($$DESTDIR)
92
QMAKE_POST_LINK += $$QMAKE_COPY $$quote($${XMLFILE}) $$quote($${DESTFOLDER}) $$escape_expand(\\n\\t)
0 commit comments