Skip to content

Instantly share code, notes, and snippets.

@bertrandmartel
Last active August 29, 2015 14:20
Show Gist options
  • Save bertrandmartel/0359844a6677d4bb2513 to your computer and use it in GitHub Desktop.
Save bertrandmartel/0359844a6677d4bb2513 to your computer and use it in GitHub Desktop.
[ CPP - QT ] qt makefile using external library
#library creation makefile:
TARGET = libTest
#test using this library makefile
DEPENDPATH += . ../libTest
INCLUDEPATH += ../libTest
LIBS += -L../libTest -llibTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment