vym.pro
changeset 388 3a58c9ef4a18
parent 380 5f6e176e9718
child 389 bb94eec7c8f3
     1.1 --- a/vym.pro	Thu Sep 14 11:38:17 2006 +0000
     1.2 +++ b/vym.pro	Thu Sep 14 11:38:18 2006 +0000
     1.3 @@ -4,11 +4,15 @@
     1.4  CONFIG	+= qt warn_on release
     1.5  QT += qt3support
     1.6  
     1.7 -HEADERS	+= aboutdialog.h \
     1.8 +HEADERS	+= \	
     1.9 +	aboutdialog.h \
    1.10  	api.h \
    1.11  	branchobj.h \
    1.12 +	editxlinkdialog.h \
    1.13  	exportoofiledialog.h \
    1.14 +	exportxhtmldialog.h\
    1.15  	exports.h \
    1.16 +	extrainfodialog.h \
    1.17  	file.h \
    1.18  	findwindow.h \
    1.19  	flagobj.h \
    1.20 @@ -28,6 +32,7 @@
    1.21  	mapobj.h \
    1.22  	misc.h \
    1.23  	noteobj.h \
    1.24 +	options.h \
    1.25  	ornamentedobj.h \
    1.26  	process.h \
    1.27  	showtextdialog.h\
    1.28 @@ -37,13 +42,17 @@
    1.29  	xml.h \
    1.30  	xsltproc.h \
    1.31  	settings.h \
    1.32 -	options.h
    1.33 +	warningdialog.h
    1.34  
    1.35 -SOURCES	+= aboutdialog.cpp \
    1.36 +SOURCES	+= \
    1.37 +	aboutdialog.cpp \
    1.38  	api.cpp \
    1.39  	branchobj.cpp \
    1.40 +	editxlinkdialog.cpp \
    1.41  	exportoofiledialog.cpp \
    1.42  	exports.cpp \
    1.43 +	exportxhtmldialog.cpp \
    1.44 +	extrainfodialog.cpp \
    1.45  	file.cpp \
    1.46  	findwindow.cpp \
    1.47  	flagobj.cpp \
    1.48 @@ -64,6 +73,7 @@
    1.49  	mapobj.cpp \
    1.50  	misc.cpp \
    1.51  	noteobj.cpp \
    1.52 +	options.cpp \
    1.53  	ornamentedobj.cpp \
    1.54  	process.cpp \
    1.55  	showtextdialog.cpp \
    1.56 @@ -72,20 +82,18 @@
    1.57  	xml.cpp \
    1.58  	xsltproc.cpp \
    1.59  	settings.cpp \
    1.60 -	options.cpp
    1.61 +	warningdialog.cpp 
    1.62  
    1.63 -#The following line was inserted by qt3to4, use "FORMS" later
    1.64 -FORMS3	= exportxhtmldialog.ui \
    1.65 +FORMS = \
    1.66 +	exportxhtmldialog.ui \
    1.67  	extrainfodialog.ui \
    1.68  	editxlinkdialog.ui \
    1.69 +	historywindow.ui \
    1.70 +	showtextdialog.ui \
    1.71  	warningdialog.ui
    1.72  
    1.73 -FORMS = historywindow.ui \
    1.74 -	showtextdialog.ui
    1.75 -
    1.76  #The following lines were inserted by qt3to4
    1.77  QT += xml  
    1.78 -CONFIG += uic3
    1.79  
    1.80  TARGET  = vym
    1.81  TRANSLATIONS += lang/vym_de.ts