Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed May 22, 2018
1 parent 0a2e3ba commit ae01817
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions fm/fm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ exists(../libdisks) {
}
lessThan(QT_MAJOR_VERSION, 5): LIBS += -lmagic

CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
4 changes: 2 additions & 2 deletions power/settings/settings.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ TEMPLATE = app

SOURCES += main.cpp dialog.cpp
HEADERS += dialog.h ../common.h
RESOURCES += res.qrc
INCLUDEPATH += ..

include(../../qtfm.pri)
Expand All @@ -21,5 +22,4 @@ target_docs.files = ../../LICENSE ../../README.md
INSTALLS += target target_desktop
# target_docs

RESOURCES += \
res.qrc
CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
2 changes: 2 additions & 0 deletions power/systray/systray.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ target_docs.path = $${DOCDIR}/$${TARGET}-$${VERSION}
target_docs.files = ../../LICENSE ../../README.md
INSTALLS += target
# target_desktop target_docs

CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT

0 comments on commit ae01817

Please sign in to comment.