thanks JP
i saw the original .pro file for tute 7. & its very different from the one i get after compiling.
the original .pro file is:
TEMPLATE = app
CONFIG += qt warn_on
HEADERS = lcdrange.h
SOURCES = lcdrange.cpp \
main.cpp
TARGET = t7
QTDIR_build:REQUIRES="contains(QT_CONFIG, large-config)"
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tutorial/t7
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS t7.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorial/t7
INSTALLS += target sources
and the one i'm getting after running qmake -project is:
why this is happeing... please help.################################################## ####################
# Automatically generated by qmake (2.01a) Mon May 21 22:00:28 2007
################################################## ####################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
# Input
HEADERS += lcdrange.h
SOURCES += lcdrange.cpp main.cpp
Bookmarks