summaryrefslogtreecommitdiffstats
path: root/src/qtpaths/qtpaths.pro
blob: f4f69b981c75d962be7e3c1bf9d717a519ea586a (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(qtpaths))

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

load(qt_app)