diff options
| author | 2014-12-14 08:24:26 -0500 | |
|---|---|---|
| committer | 2014-12-14 08:24:26 -0500 | |
| commit | 89214766d8e3e7b8dd749a1fa18a5b9727f5010d (patch) | |
| tree | 34ad5aa84ac9674ebb5b7a23b5a3377e8629ee33 /SQLiteStudio3/sqlitestudiocli | |
| parent | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (diff) | |
Imported Upstream version 3.0.0upstream/3.0.0
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli')
| -rw-r--r-- | SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro | 6 |
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
+}
+
|
