Skip to content

Commit

Permalink
pare down install
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed Sep 16, 2011
1 parent 2a596b8 commit 5e196c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
12 changes: 6 additions & 6 deletions projects.pro
Expand Up @@ -9,7 +9,7 @@ include(mconfig.pri)
TEMPLATE = subdirs

addSubDirs(src)
addSubDirs(themes)
#addSubDirs(themes)

QMAKE_CLEAN += \
build-stamp \
Expand All @@ -27,8 +27,8 @@ QMAKE_DISTCLEAN += \
include(check.pri)
include(debian/deb.pri)

NODOCS:{
message("Not building the documentation for this package")
} else {
addSubDirs(doc)
}
#NODOCS:{
# message("Not building the documentation for this package")
#} else {
# addSubDirs(doc)
#}
7 changes: 2 additions & 5 deletions src/lipstick.pro → src/src.pro
Expand Up @@ -61,11 +61,8 @@ INSTALL_HEADERS += $$HEADERS \
mdesktopbackgroundextensioninterface.h

# Input
headers.path += /usr/include/$$TARGET
headers.files += $$INSTALL_HEADERS
target.path += /usr/lib
INSTALLS += target \
headers
target.path += /usr/bin
INSTALLS += target

CONFIG += link_pkgconfig
PKGCONFIG += xcomposite mlite
Expand Down

0 comments on commit 5e196c4

Please sign in to comment.