aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/sqlitestudiocli
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli')
-rw-r--r--SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro b/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro
index 1b11aa2..2fcf30a 100644
--- a/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro
+++ b/SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro
@@ -93,3 +93,9 @@ HEADERS += \
commands/clicommandtree.h \
clicompleter.h \
commands/clicommanddesc.h
+
+unix: {
+ target.path = $$BINDIR
+ INSTALLS += target
+}
+