aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/studiodoc.pro
blob: e6c578706551e308104d5326dc2de75ba72c6543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = aux

# qtcreator.pro is a subdirs TEMPLATE which does not have debug_and_release
# so setup the same behavoir here for the current used aux TEMPLATE
CONFIG -= debug_and_release

# include(../qt-creator-defines.pri)
include(../../qtcreator.pri)

build_online_docs: \
    DOC_FILES = $$PWD/qtdesignstudio-online.qdocconf
else: \
    DOC_FILES = $$PWD/qtdesignstudio.qdocconf

include(../../docs.pri)