Qt5: Fix mysql library name.

This commit is contained in:
Alexpux
2014-04-28 12:22:41 +04:00
parent 3d3e8dae80
commit fc76f3b101
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ md5sums=('4f4a8302c52ef80bbb62bf764e682e47'
'05e73ac3ead09802111cc13d8e3e28c8'
'09aaa20fe92aa3fb8eaa36f805503d7d'
'6914a82ad728ff0da3c959f53367384c'
'f4c807f4f6ea2bf5d84f6230e71c382b')
'b0b5cc641cf8ebc2660fa819bede0089')
prepare() {
cd ${srcdir}

View File

@@ -5,5 +5,5 @@
}
} else {
- !contains(LIBS, .*mysql.*):!contains(LIBS, .*mysqld.*):LIBS += -llibmysql
+ !contains(LIBS, .*mysql.*):!contains(LIBS, .*mysqld.*):LIBS += -lmysql
+ !contains(LIBS, .*mysql.*):!contains(LIBS, .*mysqld.*):LIBS += -lmysqlclient
}