Dear All, I have a makefile that produces the following output:
--------------------------------------------------------- g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas `PKG_CONFIG_PATH=/home/psmith/Desktop/Ipopt-3.9.2/lib/pkgconfig: /usr/bin/pkg-config --cflags ipopt` -c -o cpp_example.o cpp_example.cpp g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas `PKG_CONFIG_PATH=/home/psmith/Desktop/Ipopt-3.9.2/lib/pkgconfig: /usr/bin/pkg-config --cflags ipopt` -c -o MyNLP.o MyNLP.cpp bla=;\ for file in cpp_example.o MyNLP.o; do bla="$bla `echo $file`"; done; \ g++ -Wl,--rpath -Wl,/home/psmith/Desktop/Ipopt-3.9.2/lib/coin -Wl,--rpath -Wl,/home/psmith/Desktop/Ipopt-3.9.2/lib/coin/ThirdParty -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -o cpp_example $bla `PKG_CONFIG_PATH=/home/psmith/Desktop/Ipopt-3.9.2/lib/pkgconfig: /usr/bin/pkg-config --libs ipopt` --------------------------------------------------------- Could somebody please help me to write a .pro file compatible with this makefile? Unfortunately, the Ipopt team does not offer any documentation on how to use Ipopt with QtCreator. Thanks in advance, Paul _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
