summaryrefslogtreecommitdiff
path: root/src/tools/qmldesigner/qmldom/qmldom.pro
blob: 47b5aa44f26c9b02e7e503f7cb1d2fee912635b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------
#
# Project created by QtCreator 2009-04-09T15:54:21
#
#-------------------------------------------------

!contains(QT_CONFIG, declarative) {
    error("Qt is not configured with the declarative model.");
}

QT       -= gui
QT += declarative

TARGET = qmldom
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app


SOURCES += main.cpp