Skip to content

compile error .... #9

Description

@elicec

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions