aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LIconCache.pri
blob: f1f58f16ae098811cd59b2ec3a43f790f9b4e691 (plain)
1
2
3
4
5
6
7
HEADERS *= $${PWD}/LIconCache.h
SOURCES *= $${PWD}/LIconCache.cpp

INCLUDEPATH *= ${PWD}

#Now the other dependendies of it
#include(LUtils.pri)
bgstack15