sahara icon indicating copy to clipboard operation
sahara copied to clipboard

compile error ....

Open elicec opened this issue 5 years ago • 1 comments

if [ ! -d "./build" ]; then mkdir -p build; fi if [ ! -d "./lib/libopenpst/include" ] || [ ! -d "./lib/gui-common/include" ]; then git submodule init && git submodule update; fi if [ ! -d "./lib/libopenpst/lib/serial/include" ]; then cd ./lib/libopenpst/ && git submodule init && git submodule update; fi qmake -makefile -o ./build/Makefile sahara.pro "CONFIG+=debug" "CONFIG-=release" Project MESSAGE: ------------ sahara (debug) ------------ Project MESSAGE: RELEASE debug Project MESSAGE: ARC x86_64 Project MESSAGE: BASE_DIR /home/ph/github/sahara Project MESSAGE: BUILD_DIR /home/ph/github/sahara/build/debug Project MESSAGE: INCLUDEPATH Project MESSAGE: DEPENDPATH /home/ph/github/sahara Project MESSAGE: VPATH /home/ph/github/sahara Project MESSAGE: OBJECTS_DIR /home/ph/github/sahara/build/debug/obj Project MESSAGE: MOC_DIR /home/ph/github/sahara/build/debug/moc Project MESSAGE: RCC_DIR /home/ph/github/sahara/build/debug/rcc Project MESSAGE: UI_DIR /home/ph/github/sahara/build/debug/ui Project MESSAGE: DESTDIR /home/ph/github/sahara/build/debug Project MESSAGE: ------------ sahara (debug) ------------ /usr/lib/x86_64-linux-gnu/qt5/bin/rcc: File does not exist '../resources/sahara.qrc' make -C build

elicec avatar Nov 12 '18 08:11 elicec