summaryrefslogtreecommitdiff
path: root/examples/activeqt/comapp/comapp.pro
blob: c706759534e4f7b385d61d85e66e040da84a9343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../shared.pri)

TEMPLATE = app
QT  += axserver

QT += widgets

# Input
SOURCES += main.cpp

RC_FILE  = comapp.rc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp
INSTALLS += target