From 50eb2a3d23015df3c5830ccf92e8c084f5cb9ece Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Thu, 15 Mar 2012 09:20:39 +0000 Subject: [PATCH] Includes git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@64 47cf9a05-e0a8-4ed5-9e9b-101a649bc004 --- WidgetKeyboard/WidgetKeyboard.pro | 2 -- WidgetKeyboard/example/example.pro | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/WidgetKeyboard/WidgetKeyboard.pro b/WidgetKeyboard/WidgetKeyboard.pro index bf2b266..09702bd 100644 --- a/WidgetKeyboard/WidgetKeyboard.pro +++ b/WidgetKeyboard/WidgetKeyboard.pro @@ -3,5 +3,3 @@ CONFIG += ordered include(common.pri) WidgetKeyboard-uselib:SUBDIRS=buildlib SUBDIRS+=example -INCLUDEPATH = ../../ ../../DynamicKeyboardLib/DynamicKeyboardLibrary/ -LIBS += libDynamicKeyboardLibrary.dylib diff --git a/WidgetKeyboard/example/example.pro b/WidgetKeyboard/example/example.pro index 818408c..8e4dcaa 100644 --- a/WidgetKeyboard/example/example.pro +++ b/WidgetKeyboard/example/example.pro @@ -1,8 +1,12 @@ TEMPLATE = app -INCLUDEPATH += . +INCLUDEPATH += . ../../../ ../../../DynamicKeyboardLib/DynamicKeyboardLibrary/ ../../../ArduinoSerial/ + +LIBS += /usr/local/lib/libDynamicKeyboardLibrary.dylib include(../src/WidgetKeyboard.pri) +DEFINES += __MACOSX__ + # Input TARGET = UseKeyBoardDialog -- 2.30.2