summaryrefslogtreecommitdiff
path: root/tests/tools/qml-ast2dot/qml-ast2dot.pro
blob: 41faba1d53075291bcc8e096c4da5faf0c6968c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT = core gui
QTC_LIB_DEPENDS += qmljs
include(../../../qtcreator.pri)
macx:CONFIG -= app_bundle
TARGET = qml-ast2dot

# Input
SOURCES += main.cpp

unix {
    debug:OBJECTS_DIR = $${OUT_PWD}/.obj/debug-shared
    release:OBJECTS_DIR = $${OUT_PWD}/.obj/release-shared

    debug:MOC_DIR = $${OUT_PWD}/.moc/debug-shared
    release:MOC_DIR = $${OUT_PWD}/.moc/release-shared

    RCC_DIR = $${OUT_PWD}/.rcc/
    UI_DIR = $${OUT_PWD}/.uic/
}