summaryrefslogtreecommitdiff
path: root/examples/standalone/standalone.pro
blob: 7ce0f2b5d0a2f16ccd3558550e4914b24ec126d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += gui webchannel widgets

CONFIG += warn_on

SOURCES += \
    main.cpp

FORMS += \
    dialog.ui

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