diff options
Diffstat (limited to 'scribiu.pro')
-rw-r--r-- | scribiu.pro | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scribiu.pro b/scribiu.pro index a9b12d0..0623205 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -1,16 +1,16 @@ -QT += core gui svg phonon - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - TARGET = scribiu TEMPLATE = app +QT += core gui widgets svg +QT += phonon4qt5 + +CONFIG += c++11 + CONFIG += link_pkgconfig -PKGCONFIG += libudev libusb openobex -LIBS += -lquazip +PKGCONFIG += libudev libusb-1.0 openobex quazip -SOURCES += main.cc\ - mainwindow.cc \ +SOURCES += main.cc \ + mainwindow.cc \ smartpenmanager.cc \ notebookmodel.cc \ smartpensyncer.cc \ |