diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-30 11:24:26 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-30 11:24:26 -0400 |
commit | 2f6b581df7eb60606818aa1080482144ed54f2f9 (patch) | |
tree | 0ad7805bec2d109971ba25c2d5d8b8e3427c8728 /lumina-desktop | |
parent | Fix an issue with the runCmd() and getCmdOutput() functions in libLumina - en... (diff) | |
download | lumina-2f6b581df7eb60606818aa1080482144ed54f2f9.tar.gz lumina-2f6b581df7eb60606818aa1080482144ed54f2f9.tar.bz2 lumina-2f6b581df7eb60606818aa1080482144ed54f2f9.zip |
Update all the project files to allow for "make debug" to create a binary with debugging symbols included. The standard "make" will be exactly the same.
Diffstat (limited to 'lumina-desktop')
-rw-r--r-- | lumina-desktop/lumina-desktop.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lumina-desktop/lumina-desktop.pro b/lumina-desktop/lumina-desktop.pro index 0d31d60f..380f5946 100644 --- a/lumina-desktop/lumina-desktop.pro +++ b/lumina-desktop/lumina-desktop.pro @@ -1,6 +1,7 @@ QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras multimedia quickwidgets +CONFIG += debug_and_release TARGET = Lumina-DE isEmpty(PREFIX) { @@ -30,6 +31,7 @@ SOURCES += main.cpp \ LXcbEventFilter.cpp \ LSession.cpp \ LDesktop.cpp \ + LDesktopPluginSpace.cpp \ LPanel.cpp \ LWinInfo.cpp \ AppMenu.cpp \ @@ -69,6 +71,7 @@ HEADERS += Globals.h \ LXcbEventFilter.h \ LSession.h \ LDesktop.h \ + LDesktopPluginSpace.h \ LPanel.h \ LWinInfo.h \ AppMenu.h \ |