Qt Systems / Qt Service Framework Install
-
-
Hi and welcome to devnet,
What error are you getting ? Where did you get the sources ?
-
Sorry about the late reply just got back from a trip
i got the source from this repo
its required for a dead project im working on
http://code.qt.io/cgit/qt/qtsystems.git/tree/its required for a dead project im working on
this is the full build output
E:\Qt\5.4\Src\qtsystems>make
cd src\ && ( if not exist Makefile E:\Qt\5.4\msvc2013_64\bin\qmake.exe E:\Qt\5.4
\Src\qtsystems\src\src.pro -o Makefile ) && make -f Makefile
make[1]: Entering directoryE:/Qt/5.4/Src/qtsystems/src' cd publishsubscribe\ && ( if not exist Makefile E:\Qt\5.4\msvc2013_64\bin\qmake. exe E:\Qt\5.4\Src\qtsystems\src\publishsubscribe\publishsubscribe.pro -o Makefil e ) && make -f Makefile make[2]: Entering directory
E:/Qt/5.4/Src/qtsystems/src/publishsubscribe'
make -f Makefile.Release
make[3]: Entering directoryE:/Qt/5.4/Src/qtsystems/src/publishsubscribe' Makefile.Release:106: *** missing separator. Stop. make[3]: Leaving directory
E:/Qt/5.4/Src/qtsystems/src/publishsubscribe'
make[2]: *** [release] Error 2
make[2]: Leaving directoryE:/Qt/5.4/Src/qtsystems/src/publishsubscribe' make[1]: *** [sub-publishsubscribe-make_first-ordered] Error 2 make[1]: Leaving directory
E:/Qt/5.4/Src/qtsystems/src'
make: *** [sub-src-make_first-ordered] Error 2 -
How did you call qmake in the first place ?
In any case, one simple way to build it is to open the module in Qt Creator
-
Did you call configure in Qt's sources once ?