From 982ebc96f2c77c1f9dbddd6a4c0a776c74b425de Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 28 Jan 2014 17:21:16 +0100 Subject: initial import --- module/module.pro | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 module/module.pro (limited to 'module/module.pro') diff --git a/module/module.pro b/module/module.pro new file mode 100644 index 0000000..81a2d92 --- /dev/null +++ b/module/module.pro @@ -0,0 +1,24 @@ +TEMPLATE = lib +TARGET = topmenu-qt4-module +QT += core gui +CONFIG += plugin debug link_pkgconfig + +SOURCES += topmenumenubarimpl.cc \ + topmenumenubarimplfactory.cc \ + qtkeysyms.cc \ + appmenu.cc \ + menuproxy.cc +HEADERS += topmenumenubarimpl.h \ + topmenumenubarimplfactory.h \ + qtkeysyms.h \ + appmenu.h \ + menuproxy.h + +LIBS += -ltopmenu-client +PKGCONFIG += gtk+-2.0 gthread-2.0 + +target.path += $$[QT_INSTALL_PLUGINS]/menubar +INSTALLS += target + +QMAKE_STRIP = echo +# Remove for release -- cgit v1.2.3