Commit 4a9eea2e authored by DurgeshSamant's avatar DurgeshSamant

install qt4 with brew

parent a0fc5770
......@@ -11,7 +11,7 @@ addons:
- libboost-filesystem-dev
install:
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew install qt
brew install cartr/qt4/qt
;
fi
os:
......@@ -22,4 +22,4 @@ compiler:
- gcc
script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4 && make install
\ No newline at end of file
- cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4 && make install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment