summaryrefslogtreecommitdiffstats
path: root/src/qev/qev.pro
blob: 2f2e399b502045d13b6299125077ed2a48ce5705 (plain)
1
2
3
4
5
6
7
8
9
include($$OUT_PWD/../../src/global/qttools-config.pri)
QT_FOR_CONFIG += tools-private
requires(qtConfig(qev))

QT += widgets

SOURCES += qev.cpp

load(qt_app)