Build not successful for a non QT project
-
wrote on 10 Dec 2014, 08:23 last edited by
@
TEMPLATE = lib
TARGET = STT
INCLUDEPATH += path to XXT folder <I tried with relative path also>
CONFIG += build_allInput
HEADERS += swtdus_swtools/stt/aeneasversion.h
swtdus_swtools/sttdecoder_3gfw/sttdecoder_3gfw.h
<other header files>
SOURCES += swtdus_swtools/baselibs/src/orexception.cpp
swtdus_swtools/baselibs/src/ormutex.cpp
<other source files>
@Thanks !!
-
Are you using the unix notation for all your paths ?
-
wrote on 11 Dec 2014, 08:03 last edited by
INCLUDEPATH += C:/Users/mishraab/Documents/XXT/ I am using this notation, I had tried with black slash also.
-
wrote on 11 Dec 2014, 08:03 last edited by
header and source paths ate automatically generated.
-
[quote author="mishraab" date="1418285012"]header and source paths ate automatically generated.[/quote]
What do you mean by that ?
-
wrote on 12 Dec 2014, 05:38 last edited by
When we generate .pro file using command : "qmake -project", the path to all header files and source files got copied to .pro file automatically.
I followed the same notation (for path) in my INCLUDEPATH variable.I was trying to say this. What could be the problem ?? any idea?
-
Something's not clear:
You have@C:\prj\ormut.cpp:@
and
@swtdus_swtools/baselibs/src/orexception.cpp@
Are these files in the same folder ?
-
wrote on 16 Dec 2014, 06:22 last edited by
- C:\prj\ormut.cpp: where is this file?
Are you talking about ormutex.cpp ???? in swtdus_swtools/baselibs/src directory, i have 2 files ormutex.cpp and orexception.cpp; in the same folder.
-
[quote author="mishraab" date="1418107574"]
similar 7-8 warnings and 1 error:
@
C:\prj\ormut.cpp: 15: error: ormutex.h: No such file or directory
#include "ormutex.h" // class ORMutex
^
@
Thanks in advance.[/quote]That one
-
Yes, that's clear. The question is: where is that file and ormutex.h exactly located ?
15/15