summaryrefslogtreecommitdiff
path: root/examples/activeqt/comapp/comapp.pro
blob: 271241bd1681e4dfd8a034d09cd56c18c089da0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
QT  += axserver

QT += widgets

# Input
SOURCES += main.cpp

RC_FILE  = comapp.rc

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