aboutsummaryrefslogtreecommitdiff
path: root/examples/separatorTest/separatorTest.pro
blob: 55b95d57afa0608a4b452a7dd7c37b1775f338db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(../../mkspecs/common.pri)

TEMPLATE = app
TARGET = SeparatorTest
CONFIG += meegotouch

LIBS += -lmeegotouchcore

# Input
SOURCES += main.cpp SeparatorTestPage.cpp

INCLUDEPATH += . ../../src ../../src/include

style_sheet.files = style/SeparatorTest.css
style_sheet.path = $$M_THEME_DIR/base/meegotouch/SeparatorTest/style

INSTALLS += \
    style_sheet \