src/src.pro

changeset 31
dd382c61b16f
parent 30
6b82f6a3ad53
child 32
91e9c2b710dd
--- a/src/src.pro	Sun Sep 08 22:08:52 2013 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-CONFIG         += qt debug
-TARGET          = ../zcinema
-DEPENDPATH     += .
-INCLUDEPATH    += .
-RC_FILE         = ../zcinema.rc
-RESOURCES       = ../zcinema.qrc
-RCC_DIR         = ./build/
-OBJECTS_DIR     = ./build/
-MOC_DIR         = ./build/
-RCC_DIR         = ./build/
-SOURCES         = *.cpp
-HEADERS         = *.h
-FORMS           = ui/*.ui
-QMAKE_CXXFLAGS += -std=c++0x
-
-# The widgets are separated into a different module in Qt5, so we need to add
-# it here. Doing so under Qt4 just results in a warning, though.
-greaterThan (QT_MAJOR_VERSION, 4): QT += widgets
\ No newline at end of file

mercurial