Skip to content

Commit

Permalink
Enabled Wizard install, so it shows up on precompiled binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed Nov 24, 2013
1 parent 4512f9d commit a3ed9ed
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
11 changes: 8 additions & 3 deletions core/core.pro
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ unix {
target.path = /usr/bin
dashboard.path = /usr/share/EMStudio/dashboards
dashboard.files += src/gauges.qml
dashboard.files += Wizards/BenchTest.qml
wizards.path = /usr/share/EMStudio/wizards
wizards.files += wizards/BenchTest.qml
wizards.files += wizards/DecoderOffset.qml
wizards.files += wizards/wizard.qml
config.path = /usr/share/EMStudio/definitions
config.files += freeems.config.json
INSTALLS += target config dashboard
INSTALLS += target config dashboard wizards
LIBS += -lqwt -lqjson -lGL -lGLU -lglut
INCLUDEPATH += /usr/include/qwt
DEFINES += GIT_COMMIT=$$system(git describe --dirty=-DEV --always)
Expand Down Expand Up @@ -177,4 +180,6 @@ FORMS += src/mainwindow.ui \
SUBDIRS += plugins
OTHER_FILES += \
README.md \
Wizards/BenchTest.qml
wizards/BenchTest.qml \
wizards/DecoderOffset.qml \
wizards/wizard.qml
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions emstudio32.cross.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Section "EMStudio (Required)" ;No components page, name is not important
File "core/decodersettings.json"
SetOutPath "$INSTDIR\dashboards"
File "core/src/gauges.qml"
SetOutPath "$INSTDIR\wizards"
File "core/src/wizards/BenchTest.qml"
File "core/src/wizards/DecoderOffset.qml"
File "core/src/wizards/wizard.qml"
SetOutPath "$INSTDIR\plugins"
!ifndef PLUGIN
File "core/plugins/libfreeemsplugin.a"
Expand Down
4 changes: 4 additions & 0 deletions emstudio64.cross.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Section "EMStudio (Required)" ;No components page, name is not important
File "core/decodersettings.json"
SetOutPath "$INSTDIR\dashboards"
File "core/src/gauges.qml"
SetOutPath "$INSTDIR\wizards"
File "core/src/wizards/BenchTest.qml"
File "core/src/wizards/DecoderOffset.qml"
File "core/src/wizards/wizard.qml"
SetOutPath "$INSTDIR\plugins"
!ifndef PLUGIN
File "core/plugins/libfreeemsplugin.a"
Expand Down

0 comments on commit a3ed9ed

Please sign in to comment.