This is your .pro file
SOURCES += main.cpp \
E:/data/Ebukz/Qt/art \
of \
building \
Qt \
apps/examples/chapter02/byteConverter/ByteConverterDialog.cpp \
E:/data/Ebukz/Qt/art \
of \
building \
Qt \
apps/examples/chapter02/byteConverter/ByteConverterDialog.cpp \
BCD.cpp
HEADERS += BCD.h
SOURCES += main.cpp \
E:/data/Ebukz/Qt/art \
of \
building \
Qt \
apps/examples/chapter02/byteConverter/ByteConverterDialog.cpp \
E:/data/Ebukz/Qt/art \
of \
building \
Qt \
apps/examples/chapter02/byteConverter/ByteConverterDialog.cpp \
BCD.cpp
HEADERS += BCD.h
To copy to clipboard, switch view to plain text mode
It contains a lot of errors.
Add at least this line:
TEMPLATE = app
And remove those strange lines pointing to code you're not using.
Bookmarks