Skip to content

Commit

Permalink
Merge branch 'OSX_fix'
Browse files Browse the repository at this point in the history
Conflicts:
	data/translations/knotter_cs.ts
	data/translations/knotter_en_GB.ts
	data/translations/knotter_it.ts
	data/translations/knotter_ru.ts
	man/knotter.1.gz
  • Loading branch information
mbasaglia committed Nov 19, 2013
2 parents 7f452be + 5efb9a4 commit 8114c05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion knotter.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Workaround a bug in OSX Qt5
macx {
cache()
}

# Base configutation
QT += core gui xml script svg network

Expand All @@ -26,8 +31,11 @@ OBJECTS_DIR = obj
include(knotter_info.pri)
include(src/src.pri)
include(translations.pri)
include(data/plugins/plugins.pri)

#include for lupdate but discard on compilation
!debug:!release {
include(data/plugins/plugins.pri)
}

#non-source files
OTHER_FILES = \
Expand Down
Binary file modified man/knotter.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package/qt-4.7/port-back.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdir src/ui
mv src/generated/ui_*.h src/ui
rmdir src/generated obj

find -name '*.ui' -delete
find -name '*.ui' -path './src/*' -delete

cd src/ui

Expand Down

0 comments on commit 8114c05

Please sign in to comment.