Author

Topic: Fix Window QT issue and get my window compiler work 0.2 BTC (Read 1250 times)

legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
next time get paid up front,
Before anyone goes off helping him, read this:

https://bitcointalksearch.org/topic/m.5599295

I'll delete the negative feedback about you when you pay me the 0.3 BTC you promised me for getting your genesis block working.
full member
Activity: 168
Merit: 100
Before anyone goes off helping him, read this:

https://bitcointalksearch.org/topic/m.5599295

I'll delete the negative feedback about you when you pay me the 0.3 BTC you promised me for getting your genesis block working.
sr. member
Activity: 336
Merit: 250
build/ui_optionsdialog.h:13:29: fatal error: QtWidgets/QAction: No such file or
directory
 #include
                             ^

that's in qt5, did you do qmake-qt4 instead of qmake-qt5 before "make"?
full member
Activity: 280
Merit: 100
Fix Window QT issue and get my window compiler work 0.2 BTC



I trying compile with QT 4.8.1 , having some issues probably and would pay 0.2 BTC to anyone who can help me setup finish my window qt at my remote desktop through my team viewer and if I can compile it through my server successfully, I will made a 0.2 BTC payment. Pm me if interested.
Code:
C:\deps\coin-master>make -f Makefile.Release USE_UPNP=-
g++ -c -pipe -D_FORTIFY_SOURCE=2 -O2 -frtti -fexceptions -mthreads -fdiagnostics
-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wst
ack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAF
E -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LI
B -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQ
T_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\Qt\4.8.5\include\QtCor
e" -I"..\..\Qt\4.8.5\include\QtNetwork" -I"..\..\Qt\4.8.5\include\QtGui" -I"..\.
.\Qt\4.8.5\include" -I"src" -I"src\json" -I"src\qt" -I"src\leveldb\include" -I"s
rc\leveldb\helpers" -I"..\boost" -I"..\db\build_unix" -I"..\openssl-1.0.1e\inclu
de" -I"..\..\Qt\4.8.5\include\ActiveQt" -I"build" -I"build" -I"..\..\Qt\4.8.5\mk
specs\win32-g++" -o build\optionsdialog.o src\qt\optionsdialog.cpp
In file included from src\qt\optionsdialog.cpp:2:0:
build/ui_optionsdialog.h:13:29: fatal error: QtWidgets/QAction: No such file or
directory
 #include
                             ^
compilation terminated.
Makefile.Release:964: recipe for target 'build/optionsdialog.o' failed
mingw32-make: *** [build/optionsdialog.o] Error 1

C:\deps\coin-master>
Jump to: