diff options
| author | 2014-12-14 08:24:26 -0500 | |
|---|---|---|
| committer | 2014-12-14 08:24:26 -0500 | |
| commit | 89214766d8e3e7b8dd749a1fa18a5b9727f5010d (patch) | |
| tree | 34ad5aa84ac9674ebb5b7a23b5a3377e8629ee33 /SQLiteStudio3/sqlitestudio/sqlitestudio.pro | |
| parent | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (diff) | |
Imported Upstream version 3.0.0upstream/3.0.0
Diffstat (limited to 'SQLiteStudio3/sqlitestudio/sqlitestudio.pro')
| -rw-r--r-- | SQLiteStudio3/sqlitestudio/sqlitestudio.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SQLiteStudio3/sqlitestudio/sqlitestudio.pro b/SQLiteStudio3/sqlitestudio/sqlitestudio.pro index 07be99c..3293122 100644 --- a/SQLiteStudio3/sqlitestudio/sqlitestudio.pro +++ b/SQLiteStudio3/sqlitestudio/sqlitestudio.pro @@ -44,3 +44,8 @@ macx: { OTHER_FILES += \
windows.rc \
SQLiteStudio.exe.manifest
+
+unix: {
+ target.path = $$BINDIR
+ INSTALLS += target
+}
|
