summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/simple/simple.pro
blob: da8a317c5d1e00ed29594172c5bf41d8b9e745ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET	 = simpleax

CONFIG += warn_off
QT += widgets axserver

SOURCES	 = main.cpp
RC_FILE  = simple.rc

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