summaryrefslogtreecommitdiffstats
path: root/qtservice/examples/interactive/interactive.pro
blob: 9bf13a57e87268f8e414782dc4920c37e8219e5f (plain)
1
2
3
4
5
6
7
TEMPLATE = app
CONFIG += console qt
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

SOURCES = main.cpp

include(../../src/qtservice.pri)