aboutsummaryrefslogtreecommitdiff
path: root/mkspecs
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-04-12 17:13:35 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-04-12 17:13:35 +0300
commit0a870aa8af09f779f16bed5b81a019044f306e05 (patch)
tree4103924f145725914fd0e341f5759a65a4317bca /mkspecs
parent621ae07ca5cb1bc6b02781a049b03ff85a4860e1 (diff)
Changes: Fix M_INC_DIR variable
RevBy: Vesa Details: M_INC_DIR now correctly points to include/meegotouch
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/meegotouch.prf6
-rw-r--r--mkspecs/features/meegotouch_defines.prf.in2
2 files changed, 5 insertions, 3 deletions
diff --git a/mkspecs/features/meegotouch.prf b/mkspecs/features/meegotouch.prf
index 674aa3aa..c433ac9d 100644
--- a/mkspecs/features/meegotouch.prf
+++ b/mkspecs/features/meegotouch.prf
@@ -5,7 +5,9 @@
include(meegotouch_defines.prf)
macx {
INCLUDEPATH += /Library/Frameworks/m.framework/Headers
- LIBS += -framework m
+ LIBS += \
+ -framework meegotouchcore \
+ -framework meegotouchviews
} else {
contains(TEMPLATE, app) {
@@ -19,7 +21,7 @@ macx {
}
!contains(DEFINES, BUILD_M) {
- M_INC_DIR = $$M_PREFIX/include/m
+ M_INC_DIR = $$M_PREFIX/include/meegotouch
M_LIB_DIR = $$M_LIBDIR
GSTREAMER_INC = /usr/include/gstreamer-0.10 /usr/include/glib-2.0 /usr/lib/glib-2.0/include /usr/include/libxml2
diff --git a/mkspecs/features/meegotouch_defines.prf.in b/mkspecs/features/meegotouch_defines.prf.in
index ab6a59a4..bfdec9e3 100644
--- a/mkspecs/features/meegotouch_defines.prf.in
+++ b/mkspecs/features/meegotouch_defines.prf.in
@@ -1,7 +1,7 @@
##################################################################
# MDefinesFeature
#
-# Global DirectUI definitions
+# Global MeeGo Touch definitions
######################################################################
M_MAJOR_VERSION = 0