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

CONFIG += warn_on

SOURCES += \
    main.cpp

FORMS += \
    dialog.ui

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