vym.pro
changeset 102 dba9303a1a5c
parent 97 0b048b6bb6f4
child 105 67a91e28b30f
     1.1 --- a/vym.pro	Wed May 18 07:39:51 2005 +0000
     1.2 +++ b/vym.pro	Wed May 18 07:39:58 2005 +0000
     1.3 @@ -1,74 +1,8 @@
     1.4 -
     1.5 -
     1.6 -
     1.7 -
     1.8 -
     1.9 -TARGET  = vym
    1.10 -TRANSLATIONS += lang/vym_de.ts
    1.11 -TRANSLATIONS += lang/vym_en.ts
    1.12 -
    1.13 -
    1.14 -
    1.15 -DESTROOT = /usr
    1.16 -
    1.17 -target.path = $${DESTROOT}/bin
    1.18 -INSTALLS += target
    1.19 -
    1.20 -support.files = styles/ scripts/ icons/ lang/
    1.21 -support.path = $${DESTROOT}/share/vym
    1.22 -INSTALLS += support 
    1.23 -
    1.24 -doc.files = doc/*
    1.25 -doc.path = $${DESTROOT}/share/doc/packages/vym
    1.26 -INSTALLS += doc
    1.27 -
    1.28 -demo.files = demos/
    1.29 -demo.path = $${DESTROOT}/share/vym
    1.30 -INSTALLS += demo
    1.31 -
    1.32 -
    1.33 -
    1.34 -
    1.35 -
    1.36 -
    1.37 -
    1.38 -
    1.39 -
    1.40 -
    1.41 -
    1.42 -
    1.43 -
    1.44 -
    1.45 -
    1.46 -
    1.47 -
    1.48 -
    1.49 -
    1.50 -
    1.51 -
    1.52 -
    1.53 -
    1.54 -
    1.55 -
    1.56 -
    1.57 -
    1.58 -
    1.59 -
    1.60 -
    1.61 -
    1.62 -
    1.63 -
    1.64 -
    1.65 -
    1.66 -
    1.67 -
    1.68 -
    1.69  TEMPLATE	= app
    1.70  LANGUAGE	= C++
    1.71  
    1.72  CONFIG	+= qt warn_on release
    1.73  
    1.74 -
    1.75  HEADERS	+= branchobj.h \
    1.76  	exports.h \
    1.77  	findwindow.h \
    1.78 @@ -95,6 +29,7 @@
    1.79  	xml.h \
    1.80  	settings.h \
    1.81  	options.h
    1.82 +
    1.83  SOURCES	+= branchobj.cpp \
    1.84  	exports.cpp \
    1.85  	findwindow.cpp \
    1.86 @@ -121,9 +56,74 @@
    1.87  	xml.cpp \
    1.88  	settings.cpp \
    1.89  	options.cpp
    1.90 +
    1.91  FORMS	= exporthtmldialog.ui \
    1.92  	exportxhtmldialog.ui \
    1.93  	showtextdialog.ui \
    1.94  	extrainfodialog.ui \
    1.95  	editxlinkdialog.ui
    1.96  
    1.97 +TARGET  = vym
    1.98 +TRANSLATIONS += lang/vym_de.ts
    1.99 +TRANSLATIONS += lang/vym_en.ts
   1.100 +
   1.101 +
   1.102 +
   1.103 +DESTROOT = /usr
   1.104 +
   1.105 +target.path = $${DESTROOT}/bin
   1.106 +INSTALLS += target
   1.107 +
   1.108 +support.files = styles/ scripts/ icons/ lang/
   1.109 +support.path = $${DESTROOT}/share/vym
   1.110 +INSTALLS += support 
   1.111 +
   1.112 +doc.files = doc/*
   1.113 +doc.path = $${DESTROOT}/share/doc/packages/vym
   1.114 +INSTALLS += doc
   1.115 +
   1.116 +demo.files = demos/
   1.117 +demo.path = $${DESTROOT}/share/vym
   1.118 +INSTALLS += demo
   1.119 +
   1.120 +
   1.121 +
   1.122 +
   1.123 +
   1.124 +
   1.125 +
   1.126 +
   1.127 +
   1.128 +
   1.129 +
   1.130 +
   1.131 +
   1.132 +
   1.133 +
   1.134 +
   1.135 +
   1.136 +
   1.137 +
   1.138 +
   1.139 +
   1.140 +
   1.141 +
   1.142 +
   1.143 +
   1.144 +
   1.145 +
   1.146 +
   1.147 +
   1.148 +
   1.149 +
   1.150 +
   1.151 +
   1.152 +
   1.153 +
   1.154 +
   1.155 +
   1.156 +
   1.157 +
   1.158 +
   1.159 +
   1.160 +