Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
freenx-client
qtnx-fix-build.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qtnx-fix-build.diff of Package freenx-client
--- qtnx/qtnx.pro +++ qtnx/qtnx.pro @@ -1,6 +1,6 @@ TEMPLATE = app -CONFIG += static qt warn_on release +CONFIG += qt warn_on release FORMS = settingsdialog.ui logindialog.ui sessionsdialog.ui keydialog.ui logwindow.ui @@ -8,23 +8,10 @@ HEADERS = qtnxwindow.h qtnxsettings.h qtnxsessions.h nxparsexml.h nxwritexml.h -INCLUDEPATH += $(QTDIR)/include +QMAKE_CXXFLAGS += $$system(pkg-config --cflags nxcl) +LIBS += $$system(pkg-config --libs nxcl) -!macx { - QMAKE_CXXFLAGS += $$system(pkg-config --cflags nxcl) - - LIBS += $$system(pkg-config --libs nxcl) -} - -macx { - QMAKE_CXXFLAGS += -I/usr/local/include/nxcl - LIBS += -lnxcl -} - -DEPENDPATH += $(QTDIR)/include - - -QT += ui xml +QT += gui xml TARGET = qtnx target.path = $$[QT_INSTALL_BINS]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor