From 9741205aa0b0892b870d2b7df7c5dd7e25b0bb18 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 18 Feb 2002 14:08:55 +0000 Subject: added fontDialog, fileBrowserDialog, and fileSave dialog, so we can edit anyfile, save anywhere, using a user selected name. Changed what is seen when it opens. It now opens with the texteditor opened to a new file, instead of the file selector, unless one is specified from commandline, or setDocument message. FileSelector is still available, but from a menu item. --- (limited to 'core/apps/textedit/textedit.pro') diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index 23b8d8d..9b1a841 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro @@ -1,16 +1,16 @@ -TEMPLATE = app -CONFIG += qt warn_on release +TEMPLATE = app +CONFIG += qt warn_on release -DESTDIR = $(OPIEDIR)/bin +DESTDIR = $(OPIEDIR)/bin -HEADERS = textedit.h +HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h -SOURCES = main.cpp textedit.cpp +SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -TARGET = textedit +TARGET = textedit TRANSLATIONS = ../i18n/de/textedit.ts -- cgit v0.9.0.2