summaryrefslogtreecommitdiffstats
path: root/vmchooser2/vmchooser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser2/vmchooser.pro')
-rw-r--r--vmchooser2/vmchooser.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/vmchooser2/vmchooser.pro b/vmchooser2/vmchooser.pro
new file mode 100644
index 0000000..7e04c10
--- /dev/null
+++ b/vmchooser2/vmchooser.pro
@@ -0,0 +1,35 @@
+# -------------------------------------------------
+# 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