ldforge.pro

changeset 491
7d1b5ecd76c0
parent 485
543a6696096f
child 509
dcacfd2cd81b
child 664
e3a32a79a10a
--- a/ldforge.pro	Wed Sep 04 11:54:17 2013 +0300
+++ b/ldforge.pro	Sun Sep 22 23:27:07 2013 +0300
@@ -2,6 +2,26 @@
 # Automatically generated by qmake (2.01a) Sat Sep 22 17:29:49 2012
 ######################################################################
 
-TEMPLATE        = subdirs
+TEMPLATE        = app
+TARGET          = ldforge
+SUBDIRS        += ./src
+
 TARGET          = ldforge
-SUBDIRS        += ./src
\ No newline at end of file
+DEPENDPATH     += .
+INCLUDEPATH    += . ./build/
+RC_FILE         = ldforge.rc
+RESOURCES       = ldforge.qrc
+RCC_DIR         = ./build/
+OBJECTS_DIR     = ./build/
+MOC_DIR         = ./build/
+RCC_DIR         = ./build/
+UI_DIR          = ./build/
+SOURCES         = src/*.cpp
+HEADERS         = src/*.h
+FORMS           = ui/*.ui
+QT             += opengl network
+QMAKE_CXXFLAGS += -std=c++0x
+
+unix {
+	LIBS += -lGLU
+}
\ No newline at end of file

mercurial