aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-05-23 00:54:08 +0200
committerJavier <dev.git@javispedro.com>2014-05-23 00:54:08 +0200
commit09e8212de806d76d9fdc468df8fa38ee2183eb1e (patch)
tree1dec11f770d96ece24f3546f1d1da159e603ce2b
parent6d0f287cb098a202ad55e198c4737486b731254f (diff)
downloadtopmenu-qt-09e8212de806d76d9fdc468df8fa38ee2183eb1e.tar.gz
topmenu-qt-09e8212de806d76d9fdc468df8fa38ee2183eb1e.zip
force gtk2 client lib
-rw-r--r--libtopmenu-qt.pro3
-rw-r--r--module/module.pro2
2 files changed, 2 insertions, 3 deletions
diff --git a/libtopmenu-qt.pro b/libtopmenu-qt.pro
index 140fe15..4b5a884 100644
--- a/libtopmenu-qt.pro
+++ b/libtopmenu-qt.pro
@@ -1,4 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += \
- module
+SUBDIRS += module
diff --git a/module/module.pro b/module/module.pro
index 81a2d92..1610092 100644
--- a/module/module.pro
+++ b/module/module.pro
@@ -14,7 +14,7 @@ HEADERS += topmenumenubarimpl.h \
appmenu.h \
menuproxy.h
-LIBS += -ltopmenu-client
+LIBS += -ltopmenu-client-gtk2
PKGCONFIG += gtk+-2.0 gthread-2.0
target.path += $$[QT_INSTALL_PLUGINS]/menubar