summaryrefslogtreecommitdiff
path: root/seentl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'seentl.pro')
-rw-r--r--seentl.pro21
1 files changed, 8 insertions, 13 deletions
diff --git a/seentl.pro b/seentl.pro
index 79b08d5..f1482c9 100644
--- a/seentl.pro
+++ b/seentl.pro
@@ -1,16 +1,11 @@
-#-------------------------------------------------
-#
+# -------------------------------------------------
# Project created by QtCreator 2009-02-02T14:14:07
-#
-#-------------------------------------------------
-
+# -------------------------------------------------
TARGET = seentl
TEMPLATE = app
-
-
-SOURCES += main.cpp\
- seentl.cpp
-
-HEADERS += seentl.h
-
-FORMS += seentl.ui
+SOURCES += main.cpp \
+ seentl.cpp \
+ utfscriptmodel.cpp
+HEADERS += seentl.h \
+ utfscriptmodel.h
+FORMS += seentl.ui