Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxmark committed Apr 13, 2015
1 parent 61abe51 commit ce4fd5e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
8 changes: 4 additions & 4 deletions demos/grid-widgets/grid-widgets.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ FORMS += MainWindow.ui
INCLUDEPATH += $$ROOT_DIR/src/
LIBS += -L$$DESTDIR -lqt-items

#win32 {
#} else:unix {
# QMAKE_LFLAGS += -Wl,-rpath,$$BIN_DIR
#}
win32 {
} else:unix {
QMAKE_LFLAGS += -Wl,-rpath,\'\$$ORIGIN\'
}

RESOURCES += \
grid-widgets.qrc
8 changes: 4 additions & 4 deletions demos/item-widgets/item-widgets.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ FORMS += MainWindow.ui
INCLUDEPATH += $$ROOT_DIR/src/
LIBS += -L$$DESTDIR -lqt-items

#win32 {
#} else:unix {
# QMAKE_LFLAGS += -Wl,-rpath,$$BIN_DIR
#}
win32 {
} else:unix {
QMAKE_LFLAGS += -Wl,-rpath,\'\$$ORIGIN\'
}

RESOURCES += \
item-widgets.qrc
4 changes: 0 additions & 4 deletions demos/list-widgets/list-widgets.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ win32 {
} else:unix {
QMAKE_LFLAGS += -Wl,-rpath,\'\$$ORIGIN\'
}
#win32 {
#} else:unix {
# QMAKE_LFLAGS += -Wl,-rpath,$$BIN_DIR
#}

DISTFILES +=

Expand Down
8 changes: 4 additions & 4 deletions demos/scene-widgets/scene-widgets.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FORMS += MainWindow.ui
INCLUDEPATH += $$ROOT_DIR/src/
LIBS += -L$$DESTDIR -lqt-items

#win32 {
#} else:unix {
# QMAKE_LFLAGS += -Wl,-rpath,$$BIN_DIR
#}
win32 {
} else:unix {
QMAKE_LFLAGS += -Wl,-rpath,\'\$$ORIGIN\'
}
2 changes: 1 addition & 1 deletion src/qt-items-lib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ QT += core gui widgets

TARGET = qt-items
TEMPLATE = lib
VERSION = 0.0.1
VERSION = 0.1.0

DEFINES += QT_ITEMS_LIBRARY

Expand Down

0 comments on commit ce4fd5e

Please sign in to comment.