blob: 247427f15f5e1730bb73422701375d69f2b92517 (
plain)
1
2
3
4
5
6
|
#Subproject file for bundling the ResizeMenu class into an application
SOURCES *= $${PWD}/ResizeMenu.cpp
HEADERS *= $${PWD}/ResizeMenu.h
#Add this dir to the include path
# This allows the application to simply use "#include <ResizeMenu.h>" to use it
INCLUDEPATH *= $${PWD}
|