mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-26 11:52:57 +00:00
9 lines
166 B
Text
9 lines
166 B
Text
INCLUDEPATH += $$PWD/libgq/gconf
|
|
|
|
HEADERS += \
|
|
$$PWD/libgq/gconf/gconfitem.h \
|
|
$$PWD/libgq/gconf/GConfItem
|
|
|
|
SOURCES += \
|
|
$$PWD/libgq/gconf/gconfitem.cpp
|
|
|