Added the photo viewer application to the application module
[photoenhancer] / src / app / viewer / viewer.pro
diff --git a/src/app/viewer/viewer.pro b/src/app/viewer/viewer.pro
new file mode 100644 (file)
index 0000000..c01584f
--- /dev/null
@@ -0,0 +1,16 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Tue Nov 16 21:47:22 2010
+######################################################################
+
+TEMPLATE = app
+TARGET = ../../../bin/photoviewer 
+DEPENDPATH +=. ../../core/baseui ../../core/utils
+INCLUDEPATH +=. ../../core/baseui ../../core/utils
+LIBS+=-L../../../libs/ -lPEBaseui \
+     -L../../../libs/ -lPEUtils
+# Input
+SOURCES +=  main.cpp \
+    photoviewer.cpp
+
+HEADERS += \
+    photoviewer.h