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

CONFIG	+= qt warn_off qaxserver
QT += widgets

SOURCES	 = main.cpp
RC_FILE	 = $$QT.activeqt.sources/control/qaxserver.rc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS simple.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple
INSTALLS += target sources