summaryrefslogtreecommitdiff
path: root/examples/hybridshell/hybridshell.pro
blob: 2660d30b02afa72e2c1e87f147a53b91c4fbe8f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += qml quick

CONFIG += warn_on

SOURCES += \
    main.cpp \
    shell.cpp

HEADERS += \
    shell.h

DEFINES += "SOURCE_DIR=\"\\\""$$PWD"\\\"\""