qt how to add new library

image_pdfimage_print

Projects  > right click , 1>>  ADD library ,

pro .file    adding libs,

 INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/lib/x86_64-linux-gnu -I/usr/lib/x86_64-linux-gnu -I/usr/lib/x86_64-linux-gnu -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I../Kutuphane_icin_method_test_projesi -I.
#INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I../Kutuphane_icin_method_test_projesi -I.

#LINK = g++
#LFLAGS = -Wl,-O1
#LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -lQtCore -lpthread -lcurl

LINK = g++
LFLAGS = -Wl,-O1
LIBS = $(SUBLIBS) -L/home/sus/Documents/VS2010/C_Projects/Kutuphane_icin_method_test_projesi/../../../../../../usr/lib/x86_64-linux-gnu/ -lQtCore -lQtGui -lQtDesignerComponents -L/usr/lib/x86_64-linux-gnu -lQtCore -lpthread -lcurl

This entry was posted in Qt library. Bookmark the permalink.