mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-15 19:31:38 +00:00
Change pkg-config file for qt-openzwave
The pkg-config file installed is qt-openzwave, not libqt-openzwave.
This commit is contained in:
parent
1b7d4e6b3a
commit
ffd79ab846
1 changed files with 4 additions and 4 deletions
|
@ -117,13 +117,13 @@ unix {
|
|||
INCLUDEPATH+=$$QTOZW_INCLUDE_PATH
|
||||
LIBS+=$$QTOZW_LIBS
|
||||
} else {
|
||||
packagesExist("libqt-openzwave") {
|
||||
PKGCONFIG += libqt-openzwave
|
||||
packagesExist("qt-openzwave") {
|
||||
PKGCONFIG += qt-openzwave
|
||||
message(" ")
|
||||
message("QT-OpenZWave Summary:")
|
||||
message(" Using QT-OpenZWave from pkg-config:")
|
||||
message(" CXXFLAGS: $$system($$PKG_CONFIG --cflags libqt-openzwave)")
|
||||
message(" LDFLAGS: $$system($$PKG_CONFIG --libs libqt-openzwave)")
|
||||
message(" CXXFLAGS: $$system($$PKG_CONFIG --cflags qt-openzwave)")
|
||||
message(" LDFLAGS: $$system($$PKG_CONFIG --libs qt-openzwave)")
|
||||
message(" ")
|
||||
} else {
|
||||
error("Can't find QT-OpenZWave Library and Headers");
|
||||
|
|
Loading…
Add table
Reference in a new issue