vym.pro
changeset 625 22955004d512
parent 620 24bfecc949a0
child 628 d7d0708b1c60
     1.1 --- a/vym.pro	Fri Nov 09 12:07:21 2007 +0000
     1.2 +++ b/vym.pro	Fri Nov 09 12:07:22 2007 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  # Manifest embedding was suggested by Qt docs somewhere...
     1.5  win32: CONFIG += embed_manifest_exe
     1.6  
     1.7 -# Without this, M_PI, and M_PI_2 won't be defined.
     1.8 +# Without this, M_PI, and M_PI_2 won`t be defined.
     1.9  win32:DEFINES *= _USE_MATH_DEFINES
    1.10  
    1.11  ICON =icons/vym.icns
    1.12 @@ -15,10 +15,12 @@
    1.13  QT += qt3support
    1.14  QT += network
    1.15  
    1.16 -HEADERS	+= \	
    1.17 +HEADERS	+= \
    1.18  	aboutdialog.h \
    1.19  	animpoint.h \
    1.20  	attribute.h \
    1.21 +	attributewidget.h \
    1.22 +	attributedialog.h \
    1.23  	branchobj.h \
    1.24  	branchpropwindow.h\
    1.25  	editxlinkdialog.h \
    1.26 @@ -67,6 +69,8 @@
    1.27  	aboutdialog.cpp \
    1.28  	animpoint.cpp \
    1.29  	attribute.cpp \
    1.30 +	attributewidget.cpp \
    1.31 +	attributedialog.cpp \
    1.32  	branchobj.cpp \
    1.33  	branchpropwindow.cpp \
    1.34  	editxlinkdialog.cpp \
    1.35 @@ -110,9 +114,11 @@
    1.36  	xmlobj.cpp \
    1.37  	xsltproc.cpp \
    1.38  	settings.cpp \
    1.39 -	warningdialog.cpp 
    1.40 +	warningdialog.cpp
    1.41  
    1.42  FORMS = \
    1.43 +	attributewidget.ui \
    1.44 +	attributedialog.ui \
    1.45  	branchpropwindow.ui \
    1.46  	exportxhtmldialog.ui \
    1.47  	extrainfodialog.ui \
    1.48 @@ -122,8 +128,14 @@
    1.49  	showtextdialog.ui \
    1.50  	warningdialog.ui
    1.51  
    1.52 +win32 {
    1.53 +	HEADERS += mkdtemp.h
    1.54 +	SOURCES += mkdtemp.cpp
    1.55 +	RC_FILE = vym.rc
    1.56 +}
    1.57 +
    1.58  #The following lines were inserted by qt3to4
    1.59 -QT += xml  
    1.60 +QT += xml
    1.61  
    1.62  TARGET  = vym
    1.63  
    1.64 @@ -163,7 +175,7 @@
    1.65  support.path = $${DATADIR}/vym
    1.66  INSTALLS += support 
    1.67  
    1.68 -doc.files = tex/vym.pdf
    1.69 +doc.files = doc/vym.pdf
    1.70  doc.path = $${DOCDIR}
    1.71  INSTALLS += doc
    1.72  DEFINES += VYM_DOCDIR=\\\"$${DOCDIR}\\\"
    1.73 @@ -171,4 +183,3 @@
    1.74  demo.files = demos/
    1.75  demo.path = $${DEMODIR}
    1.76  INSTALLS += demo
    1.77 -