Qt Mobility Reference Documentation

hapticsquare.pro Example File

hapticsquare/hapticsquare.pro
 TEMPLATE = app
 TARGET = hapticsquare
 DEPENDPATH += .
 INCLUDEPATH += . $$QT_MOBILITY_SOURCE_TREE/src/feedback

 #
 # mobility.prf should do this (since it's platform and release/debug dependent,
 # it can't just be -lQtFeedback (might QtFeedback1, QtFeedbackd, QtFeedback1d etc)
 #
 # if it isn't doing it, mobility.prf is probably not in the right place
 #
 # LIBS += -lQtFeedback

 # Input
 HEADERS += dialog.h
 SOURCES += dialog.cpp main.cpp

 CONFIG += mobility
 MOBILITY = feedback

 include(../examples.pri)


Copyright © 2009-2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.1.0