diff -r 4ffc47ae27e4 -r 22955004d512 vym.pro --- a/vym.pro Fri Nov 09 12:07:21 2007 +0000 +++ b/vym.pro Fri Nov 09 12:07:22 2007 +0000 @@ -7,7 +7,7 @@ # Manifest embedding was suggested by Qt docs somewhere... win32: CONFIG += embed_manifest_exe -# Without this, M_PI, and M_PI_2 won't be defined. +# Without this, M_PI, and M_PI_2 won`t be defined. win32:DEFINES *= _USE_MATH_DEFINES ICON =icons/vym.icns @@ -15,10 +15,12 @@ QT += qt3support QT += network -HEADERS += \ +HEADERS += \ aboutdialog.h \ animpoint.h \ attribute.h \ + attributewidget.h \ + attributedialog.h \ branchobj.h \ branchpropwindow.h\ editxlinkdialog.h \ @@ -67,6 +69,8 @@ aboutdialog.cpp \ animpoint.cpp \ attribute.cpp \ + attributewidget.cpp \ + attributedialog.cpp \ branchobj.cpp \ branchpropwindow.cpp \ editxlinkdialog.cpp \ @@ -110,9 +114,11 @@ xmlobj.cpp \ xsltproc.cpp \ settings.cpp \ - warningdialog.cpp + warningdialog.cpp FORMS = \ + attributewidget.ui \ + attributedialog.ui \ branchpropwindow.ui \ exportxhtmldialog.ui \ extrainfodialog.ui \ @@ -122,8 +128,14 @@ showtextdialog.ui \ warningdialog.ui +win32 { + HEADERS += mkdtemp.h + SOURCES += mkdtemp.cpp + RC_FILE = vym.rc +} + #The following lines were inserted by qt3to4 -QT += xml +QT += xml TARGET = vym @@ -163,7 +175,7 @@ support.path = $${DATADIR}/vym INSTALLS += support -doc.files = tex/vym.pdf +doc.files = doc/vym.pdf doc.path = $${DOCDIR} INSTALLS += doc DEFINES += VYM_DOCDIR=\\\"$${DOCDIR}\\\" @@ -171,4 +183,3 @@ demo.files = demos/ demo.path = $${DEMODIR} INSTALLS += demo -