From: Thomas Pietrzak Date: Thu, 15 Mar 2012 09:20:39 +0000 (+0000) Subject: Includes X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=50eb2a3d23015df3c5830ccf92e8c084f5cb9ece;p=Widgetkeyboard.git Includes git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@64 47cf9a05-e0a8-4ed5-9e9b-101a649bc004 --- 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