mirror of https://github.com/cutefishos/appmotor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
407 B
Prolog
22 lines
407 B
Prolog
TEMPLATE = app
|
|
TARGET = fala_multi-window
|
|
target.path = /usr/bin
|
|
OBJECTS_DIR = ./.obj
|
|
MOC_DIR = ./.moc
|
|
DEPENDPATH += $$INCLUDEPATH
|
|
CONFIG -= app_bundle
|
|
CONFIG += meegotouch-boostable
|
|
|
|
SOURCES += main.cpp \
|
|
mainpage.cpp \
|
|
multiwindowcontent.cpp
|
|
|
|
HEADERS += mainpage.h \
|
|
multiwindowcontent.h
|
|
|
|
# Install instructions
|
|
INSTALLS += target
|
|
|
|
|
|
DEFINES += HAVE_MCOMPONENTCACHE
|