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

QT += widgets

SOURCES += qev.cpp

load(qt_app)