aboutsummaryrefslogtreecommitdiff
path: root/examples/multipleinstances/multipleinstances.pro
blob: a56e7e368ced97bfb92c217b5e43edb631eb2b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = multipleInstances
CONFIG += meegotouch

# Input
SOURCES += main.cpp

# The following lines are only to allow building the
# example inside the source tree without installing
# libm first:
INCLUDEPATH += ../../src/include
QMAKE_LIBDIR += ../../lib/
LIBS += -lmeegotouchcore