blob: 2b055841009c4fcfc416ece5dde1e8905fa8b888 (
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}
|