summaryrefslogtreecommitdiffstats
path: root/example/simple/simple.pro
diff options
context:
space:
mode:
Diffstat (limited to 'example/simple/simple.pro')
-rw-r--r--example/simple/simple.pro14
1 files changed, 8 insertions, 6 deletions
diff --git a/example/simple/simple.pro b/example/simple/simple.pro
index f76d12d..f2389c6 100644
--- a/example/simple/simple.pro
+++ b/example/simple/simple.pro
@@ -1,13 +1,15 @@
-######################################################################
+# #####################################################################
# Automatically generated by qmake (2.01a) Fri May 8 15:41:54 2009
-######################################################################
-
+# #####################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += ../../src
# Input
-SOURCES += main.cpp ../../src/qtsegmentcontrol.cpp
-HEADERS += ../../src/qtsegmentcontrol.h
-
+SOURCES += main.cpp \
+ ../../src/qtsegmentcontrol.cpp \
+ test.c
+HEADERS += ../../src/qtsegmentcontrol.h \
+ test.h \
+ test.hpp