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

SOURCES = qtpaths.cpp
QT = core
win32:CONFIG += console

load(qt_app)