diff options
| author | 2014-12-14 08:24:32 -0500 | |
|---|---|---|
| committer | 2014-12-14 08:24:32 -0500 | |
| commit | e571839e140139a6a819077e94cf8cc01c13b29f (patch) | |
| tree | 8263635257cfb5ed979a584a958103b700bf31e7 /SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro | |
| parent | 407eac41f46936e3f346bb5a964a682e578b4237 (diff) | |
| parent | 89214766d8e3e7b8dd749a1fa18a5b9727f5010d (diff) | |
Merge tag 'upstream/3.0.0'
Upstream version 3.0.0
# gpg: Signature made Sun 14 Dec 2014 08:24:31 AM EST using RSA key ID EBE9BD91
# gpg: Good signature from "Unit 193 <unit193@gmail.com>"
# gpg: aka "Unit 193 <unit193@ninthfloor.org>"
# gpg: aka "Unit 193 <unit193@ubuntu.com>"
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro')
| -rw-r--r-- | SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro b/SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro index 6aa14e2..c5c81eb 100644 --- a/SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro +++ b/SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro @@ -22,7 +22,7 @@ win32 { } linux: { - DEFINES += SYS_PLUGINS_DIR=/usr/lib/sqlitestudio + DEFINES += SYS_PLUGINS_DIR=$$LIBDIR/sqlitestudio portable: { DESTDIR = $$DESTDIR/lib } @@ -387,12 +387,8 @@ HEADERS += sqlitestudio.h\ rsa/PrimeGenerator.h \ rsa/RSA.h -unix:!symbian { - maemo5 { - target.path = /opt/usr/lib - } else { - target.path = /usr/lib - } +unix: { + target.path = $$LIBDIR INSTALLS += target } @@ -407,7 +403,8 @@ OTHER_FILES += \ licenses/sqlitestudio_license.txt \ licenses/lgpl.txt \ licenses/diff_match.txt \ - licenses/gpl.txt + licenses/gpl.txt \ + ChangeLog.txt FORMS += \ plugins/populatesequence.ui \ |
