summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.pro.in
blob: 4ec2b0eb33813b00a0086de10c1e4d6bfea072bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
######################################################################
# Automatically generated by qmake (2.01a) zo okt 19 12:50:02 2008
######################################################################

TEMPLATE     = app
DESTDIR      = ../../bin
TARGET       = 
DEPENDPATH  += .
INCLUDEPATH += .
QT          += xml
CONFIG      += $extraopts
OBJECTS_DIR  = obj
MOC_DIR      = moc
RCC_DIR      = rcc
DEFINES     += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII

macx-g++ {
  CONFIG += x86 
}

# Input
HEADERS     += doxywizard.h version.h expert.h config.h helplabel.h \
               inputbool.h inputstring.h inputint.h inputstrlist.h wizard.h docintf.h
SOURCES     += doxywizard.cpp ../../src/version.cpp expert.cpp wizard.cpp \
               inputbool.cpp inputstring.cpp inputint.cpp inputstrlist.cpp 
LEXSOURCES  += config.l
RESOURCES   += doxywizard.qrc
win32:RC_FILE += doxywizard.rc

configdoc.target = configdoc.cpp
configdoc.commands = python ../../src/configgen.py -wiz ../../src/config.xml > configdoc.cpp
configdoc.depends = ../../src/config.xml ../../src/configgen.py
QMAKE_EXTRA_TARGETS += configdoc
GENERATED_SOURCES += $$configdoc.target