diff options
author | Jesse Smith <jessefrgsmith@yahoo.ca> | 2014-09-22 22:46:50 -0300 |
---|---|---|
committer | Jesse Smith <jessefrgsmith@yahoo.ca> | 2014-09-22 22:46:50 -0300 |
commit | 32d773c34698b57544e3aa0f7baf30eac943d7c4 (patch) | |
tree | 686cb0fa28030f23cf09e01b93d4c566a1d3efcc /lumina-fm/lumina-fm.pro | |
parent | Tag Lumina version 0.6.3 (diff) | |
download | lumina-32d773c34698b57544e3aa0f7baf30eac943d7c4.tar.gz lumina-32d773c34698b57544e3aa0f7baf30eac943d7c4.tar.bz2 lumina-32d773c34698b57544e3aa0f7baf30eac943d7c4.zip |
Applied Debian patch to enable building on 32-bit Linux machines. Project
(.pro) files now support 32-bit and 64-bit Linux builds. Should
also build using Clang as well as GCC on Linux.
Fixed compiler warning in LDesktop.cpp which might see wrong
loop counter used under older compiler.
Diffstat (limited to 'lumina-fm/lumina-fm.pro')
-rw-r--r-- | lumina-fm/lumina-fm.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-fm/lumina-fm.pro b/lumina-fm/lumina-fm.pro index 6b533029..e004de17 100644 --- a/lumina-fm/lumina-fm.pro +++ b/lumina-fm/lumina-fm.pro @@ -24,7 +24,7 @@ FORMS += MainUI.ui \ INCLUDEPATH += ../libLumina /usr/local/include -linux-g++-64 { +linux-* { LIBS += -L../libLumina -lLuminaUtils } else { LIBS += -L../libLumina -lLuminaUtils -lQtSolutions_SingleApplication-head |