Includes
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Thu, 15 Mar 2012 09:20:39 +0000 (09:20 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Thu, 15 Mar 2012 09:20:39 +0000 (09:20 +0000)
git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@64 47cf9a05-e0a8-4ed5-9e9b-101a649bc004

WidgetKeyboard/WidgetKeyboard.pro
WidgetKeyboard/example/example.pro

index bf2b266955e9330c80d8a4d45fbba1b3632af064..09702bd8a426cc75f30160358ccc236adb0f26fd 100644 (file)
@@ -3,5 +3,3 @@ CONFIG += ordered
 include(common.pri)\r
 WidgetKeyboard-uselib:SUBDIRS=buildlib\r
 SUBDIRS+=example\r
-INCLUDEPATH = ../../ ../../DynamicKeyboardLib/DynamicKeyboardLibrary/\r
-LIBS += libDynamicKeyboardLibrary.dylib\r
index 818408c93dee14bb75fff9bbf6978ca27123ce43..8e4dcaa8045c9b537ec912547e3e81cae6792107 100644 (file)
@@ -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