diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-30 11:35:38 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-30 11:35:38 -0400 |
commit | ee679bbc0fac247b2533ca34bd1c733cdd682ac0 (patch) | |
tree | 515908779718062412d2c8a520d5a5058e37c54d /lumina.pro | |
parent | Update all the project files to allow for "make debug" to create a binary wit... (diff) | |
download | lumina-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.
Diffstat (limited to 'lumina.pro')
-rw-r--r-- | lumina.pro | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ TEMPLATE = subdirs #Ensure the order listed below is preserved -CONFIG += ordered +CONFIG += ordered debug_and_release SUBDIRS+= libLumina \ lumina-desktop \ |