Skip to content

Commit

Permalink
make install target
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Gonnella committed Feb 19, 2019
1 parent dbf4052 commit 9cb9909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions viz.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ system($${QMAKE_MKDIR} src/moc)
system($${QMAKE_MKDIR} src/ui)
TEMPLATE = app
TARGET = gfaviz
TARGET.path = /usr/local/gfaviz
TARGET.files = gfaviz
INSTALLS += TARGET
INCLUDEPATH += . ./src
QT += widgets
FORMS = ui/*.ui
Expand Down

0 comments on commit 9cb9909

Please sign in to comment.