My project file looks like this:
#-------------------------------------------------
#
# Project created by QtCreator 2010-11-25T17:13:18
#
#-------------------------------------------------
QT += core gui
TARGET = Test
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
data.cpp \
ssvector.cpp
HEADERS += mainwindow.h \
data.h \
ssvector.h
FORMS += mainwindow.ui
#-------------------------------------------------
#
# Project created by QtCreator 2010-11-25T17:13:18
#
#-------------------------------------------------
QT += core gui
TARGET = Test
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
data.cpp \
ssvector.cpp
HEADERS += mainwindow.h \
data.h \
ssvector.h
FORMS += mainwindow.ui
To copy to clipboard, switch view to plain text mode
For the current test I've outcommented all calls to mainwindow and ssvector (in the source code), as they were from earlier tests and were only still in there for later use.
Bookmarks