vym.pro
changeset 432 f867269ab8a1
parent 423 7019762f8701
child 434 c585be63ec69
     1.1 --- a/vym.pro	Sat Feb 24 12:32:53 2007 +0000
     1.2 +++ b/vym.pro	Mon Mar 05 23:22:51 2007 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  TEMPLATE	= app
     1.5  LANGUAGE	= C++
     1.6  
     1.7 -CONFIG	+= qt warn_on release
     1.8 +CONFIG	+= qt warn_on release debug
     1.9  CONFIG += x86 ppc
    1.10  ICON =icons/vym.icns
    1.11  
    1.12 @@ -9,7 +9,6 @@
    1.13  
    1.14  HEADERS	+= \	
    1.15  	aboutdialog.h \
    1.16 -	api.h \
    1.17  	branchobj.h \
    1.18  	branchpropwindow.h\
    1.19  	editxlinkdialog.h \
    1.20 @@ -38,9 +37,11 @@
    1.21  	noteobj.h \
    1.22  	options.h \
    1.23  	ornamentedobj.h \
    1.24 +	parser.h \
    1.25  	process.h \
    1.26  	showtextdialog.h\
    1.27  	selection.h \
    1.28 +	simplescripteditor.h\
    1.29  	texteditor.h \
    1.30  	version.h \
    1.31  	xml.h \
    1.32 @@ -50,7 +51,6 @@
    1.33  
    1.34  SOURCES	+= \
    1.35  	aboutdialog.cpp \
    1.36 -	api.cpp \
    1.37  	branchobj.cpp \
    1.38  	branchpropwindow.cpp \
    1.39  	editxlinkdialog.cpp \
    1.40 @@ -80,8 +80,10 @@
    1.41  	noteobj.cpp \
    1.42  	options.cpp \
    1.43  	ornamentedobj.cpp \
    1.44 +	parser.cpp \
    1.45  	process.cpp \
    1.46  	showtextdialog.cpp \
    1.47 +	simplescripteditor.cpp \
    1.48  	selection.cpp \
    1.49  	texteditor.cpp \
    1.50  	version.cpp \
    1.51 @@ -96,6 +98,7 @@
    1.52  	extrainfodialog.ui \
    1.53  	editxlinkdialog.ui \
    1.54  	historywindow.ui \
    1.55 +	simplescripteditor.ui \
    1.56  	showtextdialog.ui \
    1.57  	warningdialog.ui
    1.58