aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-09-30 11:35:38 -0400
committerKen Moore <moorekou@gmail.com>2015-09-30 11:35:38 -0400
commitee679bbc0fac247b2533ca34bd1c733cdd682ac0 (patch)
tree515908779718062412d2c8a520d5a5058e37c54d
parentUpdate all the project files to allow for "make debug" to create a binary wit... (diff)
downloadlumina-ee679bbc0fac247b2533ca34bd1c733cdd682ac0.tar.gz
lumina-ee679bbc0fac247b2533ca34bd1c733cdd682ac0.tar.bz2
lumina-ee679bbc0fac247b2533ca34bd1c733cdd682ac0.zip
Another fix for the overall project file and remove a (local/testing) file from the lumina-desktop.pro file for now.
-rw-r--r--lumina-desktop/lumina-desktop.pro4
-rw-r--r--lumina.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/lumina-desktop/lumina-desktop.pro b/lumina-desktop/lumina-desktop.pro
index 380f5946..33fcc527 100644
--- a/lumina-desktop/lumina-desktop.pro
+++ b/lumina-desktop/lumina-desktop.pro
@@ -31,7 +31,7 @@ SOURCES += main.cpp \
LXcbEventFilter.cpp \
LSession.cpp \
LDesktop.cpp \
- LDesktopPluginSpace.cpp \
+# LDesktopPluginSpace.cpp \
LPanel.cpp \
LWinInfo.cpp \
AppMenu.cpp \
@@ -71,7 +71,7 @@ HEADERS += Globals.h \
LXcbEventFilter.h \
LSession.h \
LDesktop.h \
- LDesktopPluginSpace.h \
+# LDesktopPluginSpace.h \
LPanel.h \
LWinInfo.h \
AppMenu.h \
diff --git a/lumina.pro b/lumina.pro
index c42bec59..b5ba1552 100644
--- a/lumina.pro
+++ b/lumina.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
#Ensure the order listed below is preserved
-CONFIG += ordered
+CONFIG += ordered debug_and_release
SUBDIRS+= libLumina \
lumina-desktop \
bgstack15