Commit d3e9c0c 1 parent c5c70a5 commit d3e9c0c Copy full SHA for d3e9c0c
File tree 4 files changed +8
-4
lines changed
io.plotjuggler.application/meta
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if (LIBBFD_FOUND)
29
29
message (STATUS "Found BFD: ${LIBBFD_LIBRARY} " )
30
30
find_file (BACKWARD_SRC backward.cpp PATHS ${CMAKE_CURRENT_LIST_DIR} )
31
31
find_path (BACKWARD_INCLUDE_DIR backward.hpp PATHS ${CMAKE_CURRENT_LIST_DIR} )
32
- set (BACKWARD_LIBS dl bfd PARENT_SCOPE )
32
+ set (BACKWARD_LIBS ${CMAKE_DL_LIBS} bfd PARENT_SCOPE )
33
33
34
34
else (LIBBFD_FOUND)
35
35
message (STATUS "Could NOT find Bfd library named ${LIBBFD_NAMES} ." )
Original file line number Diff line number Diff line change 5
5
<Title >PlotJuggler installer</Title >
6
6
<Publisher >Davide Faconti</Publisher >
7
7
<StartMenuDir >Applications</StartMenuDir >
8
- <TargetDir >@HomeDir @/PlotJuggler</TargetDir >
8
+ <TargetDir >@ApplicationsDir @/PlotJuggler</TargetDir >
9
9
</Installer >
10
10
Original file line number Diff line number Diff line change 2
2
<Package >
3
3
<DisplayName >PlotJuggler Main App</DisplayName >
4
4
<Description >Install PlotJuggler with basic plugins.</Description >
5
- <Version >2.1.4 </Version >
6
- <ReleaseDate >2019-02-23 </ReleaseDate >
5
+ <Version >2.1.5 </Version >
6
+ <ReleaseDate >2019-02-25 </ReleaseDate >
7
7
<Licenses >
8
8
<License name =" LGPL" file =" license.txt" />
9
9
</Licenses >
Original file line number Diff line number Diff line change 13
13
cp build/bin* installer/io/plotjuggler.app/data/
14
14
15
15
~ /Qt/QtIFW-3.0.6/bin/binarycreator --offline-only -c installer/config.xml -p installer PlotJugglerInstaller
16
+
17
+ WIN:
18
+
19
+ c:\Qt\Tools\QtInstallerFramework\3.0\bin\binarycreator.exe --offline-only -c installer/config.xml -p installer PlotJugglerInstaller.exe
You can’t perform that action at this time.
0 commit comments