In your .pro-file, you will also need something like this:
Qt Code:
INCLUDEPATH += /location/of/your/headers LIBS += -L/location/of/your/lib -lyoursuperlibTo copy to clipboard, switch view to plain text mode
In your .pro-file, you will also need something like this:
Qt Code:
INCLUDEPATH += /location/of/your/headers LIBS += -L/location/of/your/lib -lyoursuperlibTo copy to clipboard, switch view to plain text mode
Bookmarks