Skip to content

Commit

Permalink
Port to Qt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed Dec 20, 2017
1 parent 37d0ddb commit 0023fca
Show file tree
Hide file tree
Showing 173 changed files with 79,562 additions and 51 deletions.
2 changes: 1 addition & 1 deletion bin/fingerprint-gui/fingerprint-gui.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
CONFIG += qt thread crypto
TARGET = fingerprint-gui
QT += xml
QT += xml widgets
DEPENDPATH += . ../../include ../../src
INCLUDEPATH += . ../../include ../../upek/include

Expand Down
2 changes: 1 addition & 1 deletion bin/fingerprint-helper/fingerprint-helper.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
CONFIG += qt thread crypto
TARGET = fingerprint-helper
QT += xml
QT += xml widgets x11extras
DEPENDPATH += . ../../include ../../src
INCLUDEPATH += . ../../include ../../upek/include

Expand Down
1 change: 1 addition & 0 deletions bin/fingerprint-identifier/fingerprint-identifier.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CONFIG += qt thread
TARGET = fingerprint-identifier
DEPENDPATH += . ../../include ../../src
INCLUDEPATH += . ../../include ../../upek/include
QT += widgets

isEmpty(PREFIX) {
PREFIX = /usr/local
Expand Down
1 change: 1 addition & 0 deletions bin/fingerprint-pam/fingerprint-pam.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CONFIG = plugin
TARGET = pam_fingerprint-gui
DEPENDPATH += . ../../include ../../src
INCLUDEPATH += . ../../include ../../upek/include
QT += widgets x11extras

isEmpty(PREFIX) {
PREFIX = /usr/local
Expand Down
1 change: 1 addition & 0 deletions bin/fingerprint-plugin/fingerprint-plugin.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CONFIG += qt thread
TARGET = fingerprint-plugin
DEPENDPATH += . ../../include ../../src
INCLUDEPATH += . ../../include ../../upek/include
QT += widgets

isEmpty(PREFIX) {
PREFIX = /usr/local
Expand Down
3 changes: 2 additions & 1 deletion bin/fingerprint-polkit-agent/fingerprint-polkit-agent.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CONFIG += qt thread
TARGET = fingerprint-polkit-agent
DEPENDPATH += . ../../include ../../src
INCLUDEPATH += . ../../include ../../upek/include
QT += widgets

isEmpty(PREFIX) {
PREFIX = /usr/local
Expand All @@ -27,7 +28,7 @@ INSTALLS += target desktop
DEFINES +=LIBEXECDIR=\\\"$${LIBEXECDIR}\\\"
QMAKE_CXXFLAGS+=-fno-strict-aliasing

LIBS += -lusb-1.0 -lfprint -lX11 -lpolkit-qt-agent-1 -lpolkit-qt-core-1
LIBS += -lusb-1.0 -lfprint -lX11 -lpolkit-qt5-agent-1 -lpolkit-qt5-core-1

# Input
HEADERS += \
Expand Down
23 changes: 23 additions & 0 deletions build/.qmake.stash
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
QMAKE_CXX.INCDIRS = \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7 \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/x86_64-pc-linux-gnu \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/backward \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include-fixed \
/usr/include
QMAKE_CXX.LIBDIRS = \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0 \
/usr/lib64 \
/lib64 \
/usr/x86_64-pc-linux-gnu/lib \
/usr/lib \
/lib
QMAKE_CXX.QT_COMPILER_STDCXX = 201402L
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 7
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 2
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
349 changes: 349 additions & 0 deletions build/Makefile

Large diffs are not rendered by default.

541 changes: 541 additions & 0 deletions build/bin/Makefile

Large diffs are not rendered by default.

Binary file added build/bin/fingerprint-gui/AboutImpl.o
Binary file not shown.
Binary file added build/bin/fingerprint-gui/DeviceHandler.o
Binary file not shown.
Binary file added build/bin/fingerprint-gui/ExistDialogImpl.o
Binary file not shown.
Binary file added build/bin/fingerprint-gui/Fingerprint.o
Binary file not shown.
Binary file added build/bin/fingerprint-gui/FingerprintData.o
Binary file not shown.
Binary file added build/bin/fingerprint-gui/FingerprintGUI.o
Binary file not shown.
Binary file added build/bin/fingerprint-gui/GenericDevice.o
Binary file not shown.
Binary file added build/bin/fingerprint-gui/GlobalsImg.o
Binary file not shown.
Binary file added build/bin/fingerprint-gui/MainWindowImpl.o
Binary file not shown.
Loading

0 comments on commit 0023fca

Please sign in to comment.