aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene/qmlscene.pro
blob: 7a722630e00b13e091c9364d071ec419492d9f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
TARGET = qmlscene
DESTDIR= ../../bin

QT += declarative declarative-private qtquick1

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target

macx: CONFIG -= app_bundle

SOURCES += main.cpp

CONFIG += console declarative_debug

symbian {
    TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
}

DEFINES += QML_RUNTIME_TESTING