diff options
Diffstat (limited to 'vmchooser2/vmchooser.pro')
-rw-r--r-- | vmchooser2/vmchooser.pro | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/vmchooser2/vmchooser.pro b/vmchooser2/vmchooser.pro deleted file mode 100644 index 7e04c10..0000000 --- a/vmchooser2/vmchooser.pro +++ /dev/null @@ -1,35 +0,0 @@ -# ------------------------------------------------- -# Project created by QtCreator 2010-07-07T11:35:27 -# ------------------------------------------------- -QT += svg \ - xml \ - dbus -TARGET = vmchooser -TEMPLATE = app -SOURCES += main.cpp \ - dialog.cpp \ - userSession.cxx \ - SWindow.cxx \ - runImage.cxx \ - readXmlDir.cxx \ - readLinSess.cxx \ - anyoption.cxx \ - addScanners.cxx \ - addPrinters.cxx \ - addInfo.cxx \ - model.cpp -HEADERS += dialog.h \ - inc/SWindow.h \ - inc/paths.h \ - inc/functions.h \ - inc/DataEntry.h \ - inc/constants.h \ - inc/anyoption.h \ - model.h -FORMS += dialog.ui -LIBS += -lxml2 -INCLUDEPATH += /usr/include/libxml2/ -LIBS += -lboost_regex \ - -lboost_filesystem \ - -lboost_system -RESOURCES += images.qrc |